We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df4e160 commit 6ef61d2Copy full SHA for 6ef61d2
2 files changed
problems/find_single/dist/find_single.zip
-790 Bytes
problems/find_single/dist/find_single/find.c
@@ -1,5 +1,5 @@
1
// Searches for a needle in a haystack
2
-
+#define _XOPEN_SOURCE 500
3
#include <cs50.h>
4
#include <stdio.h>
5
#include <stdlib.h>
0 commit comments