]> andersk Git - splint.git/blobdiff - src/Headers/basic.h
Removed obsolete OS/2 test makefiles.
[splint.git] / src / Headers / basic.h
index 5fd921a1cad34acb1e832108f64761418f357f93..1d144042d3388ef1c7bcfbb956358ed34aeea3e2 100644 (file)
 # include <stdlib.h>
 # include <stdio.h>
 
-# ifndef WIN32
+# if !defined (WIN32) &&  !(defined (OS2) && defined (__IBMC__))
 /* Microsoft VC++ still doesn't support ISO C99... */
 # include <stdbool.h>
 # endif
 
+#if defined (OS2) && defined (__IBMC__)
+extern int snprintf (char *str, size_t count, const char *fmt, ...);
+#endif
+
 # include <string.h>
 # include <ctype.h>
 # include <float.h>
This page took 0.491029 seconds and 4 git commands to generate.