Skip to content

Commit 6ef61d2

Browse files
committed
XOPEN_SOURCE
1 parent df4e160 commit 6ef61d2

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

-790 Bytes
Binary file not shown.

problems/find_single/dist/find_single/find.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Searches for a needle in a haystack
2-
2+
#define _XOPEN_SOURCE 500
33
#include <cs50.h>
44
#include <stdio.h>
55
#include <stdlib.h>

0 commit comments

Comments
 (0)