aboutsummaryrefslogtreecommitdiffstats
path: root/missing.c
diff options
context:
space:
mode:
Diffstat (limited to 'missing.c')
-rw-r--r--missing.c52
1 files changed, 52 insertions, 0 deletions
diff --git a/missing.c b/missing.c
new file mode 100644
index 00000000..b9a25f6f
--- /dev/null
+++ b/missing.c
@@ -0,0 +1,52 @@
+
+#ifdef DUP2_MISSING
+#include "missing.d/dup2.c"
+#endif /* DUP2_MISSING */
+
+#ifdef GCVT_MISSING
+#include "missing.d/gcvt.c"
+#endif /* GCVT_MISSING */
+
+#ifdef GETOPT_MISSING
+#include "missing.d/getopt.c"
+#endif /* GETOPT_MISSING */
+
+#ifdef MEMCMP_MISSING
+#include "missing.d/memcmp.c"
+#endif /* MEMCMP_MISSING */
+
+#ifdef MEMCPY_MISSING
+#include "missing.d/memcpy.c"
+#endif /* MEMCPY_MISSING */
+
+#ifdef MEMSET_MISSING
+#include "missing.d/memset.c"
+#endif /* MEMSET_MISSING */
+
+#ifdef RANDOM_MISSING
+#include "missing.d/random.c"
+#endif /* RANDOM_MISSING */
+
+#ifdef STRCASE_MISSING
+#include "missing.d/strcase.c"
+#endif /* STRCASE_MISSING */
+
+#ifdef STRCHR_MISSING
+#include "missing.d/strchr.c"
+#endif /* STRCHR_MISSING */
+
+#ifdef STRERROR_MISSING
+#include "missing.d/strerror.c"
+#endif /* STRERROR_MISSING */
+
+#ifdef STRTOD_MISSING
+#include "missing.d/strtod.c"
+#endif /* STRTOD_MISSING */
+
+#ifdef TMPNAM_MISSING
+#include "missing.d/tmpnam.c"
+#endif /* TMPNAM_MISSING */
+
+#if defined(VPRINTF_MISSING) && defined(BSDSTDIO)
+#include "missing.d/vprintf.c"
+#endif /* VPRINTF_MISSING && BSDSTDIO */