summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.c b/main.c
index 95ff687..8b1d6e8 100644
--- a/main.c
+++ b/main.c
@@ -14,6 +14,10 @@ int main(int argc, char *argv[]) {
printf("__DARWIN_C_LEVEL = %luL\n", __DARWIN_C_LEVEL);
#endif
+#ifdef snprintf
+ printf("HAVE_SNPRINTF\n")
+#endif
+
return 0;
}