diff 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
line wrap: on
line diff
--- a/compat.h	Mon Apr 12 03:52:15 2004 +0000
+++ b/compat.h	Sat Apr 17 05:38:09 2004 +0000
@@ -232,4 +232,7 @@
 int API fsseek(FILE *stream, long offset, int whence);
 int API locale_init(char *filename, int my_locale);
 char * API locale_string(char *default_text, int message);
+void API nice_strformat(char *dest, long double val, int dec);
+void API initdir(int argc, char *argv[]);
+int API setpath(char *path);
 #endif