comparison compat.h @ 557:1a210e2f214b

Added a bunch of support routines I now own due to the settlement agreement with F/X. Shared memory and named event semaphores in particular.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sat, 17 Apr 2004 05:38:09 +0000
parents 8217ee5c254e
children 828e6a66c5c5
comparison
equal deleted inserted replaced
556:f4093dce8155 557:1a210e2f214b
230 int API fsclose(FILE *fp); 230 int API fsclose(FILE *fp);
231 char * API fsgets(char *str, int size, FILE *stream); 231 char * API fsgets(char *str, int size, FILE *stream);
232 int API fsseek(FILE *stream, long offset, int whence); 232 int API fsseek(FILE *stream, long offset, int whence);
233 int API locale_init(char *filename, int my_locale); 233 int API locale_init(char *filename, int my_locale);
234 char * API locale_string(char *default_text, int message); 234 char * API locale_string(char *default_text, int message);
235 #endif 235 void API nice_strformat(char *dest, long double val, int dec);
236 void API initdir(int argc, char *argv[]);
237 int API setpath(char *path);
238 #endif