home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Utilities / DVIM72-Mac 1.9.6 / source / Parse_special.h < prev    next >
Encoding:
Text File  |  1992-09-14  |  321 b   |  17 lines  |  [TEXT/R*ch]

  1. char    *Get_keyword( char *s, short *keytype );
  2. char    *Get_filename( char *s, StringPtr filename );
  3. char     *Get_value( char *s, float *value );
  4.  
  5. void Get_scales( char *s, float *hscale, float *vscale,
  6.                     short ht, short wd );
  7.  
  8. enum {
  9.     sp_nokeyword = 0,
  10.     sp_pict,
  11.     sp_scale,
  12.     sp_hscale,
  13.     sp_vscale,
  14.     sp_width,
  15.     sp_height
  16. };
  17.