Skip to content

Commit fd4873b

Browse files
committed
"Valid Anagram": add stdbool.h
1 parent 76e939a commit fd4873b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/242.c

100755100644
+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#include <stdio.h>
22
#include <stdlib.h>
33
#include <string.h>
4+
#include <stdbool.h>
45
#include <assert.h>
56

67
bool isAnagram(char* s, char* t) {

0 commit comments

Comments
 (0)