Added MISSING_VFPRINTF

This commit is contained in:
Per Bothner 1991-10-08 22:30:57 +00:00
parent 243f4d0af1
commit 569ef29be1
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@
#define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
#endif
#define MISSING_VFPRINTF /* Presumably. */
#define SEEK_SET 0
#define SEEK_CUR 1