/* macintosh.h 4.5.1993 * * Header file for Think C port of rtf2LaTeX by Erwin Wechtl. * * Written and copyright (c) 1993 by Alex Viskovatoff * (visko@harvard.edu). Permission is granted to * distribute and modify this file. */ #define index strchr #define rindex strrchr #define isascii(c) (((unsigned) c) <= 0x7f) #define PATHNAME_LENGTH 256 int getopt(int nargc, char * const *nargv, const char *ostr); char *get_home_dir(void); char *get_file_from_dialog(void);