Skip to content

Commit df36819

Browse files
committed
grit helped me
1 parent cbed031 commit df36819

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

0x09-static_libraries/main.h

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#ifndef MAIN_H
2+
#define MAIN_H
3+
14
int _putchar(char c);
25
int _islower(int c);
36
int _isalpha(int c);
@@ -18,3 +21,5 @@ char *_strchr(char *s, char c);
1821
unsigned int _strspn(char *s, char *accept);
1922
char *_strpbrk(char *s, char *accept);
2023
char *_strstr(char *haystack, char *needle);
24+
25+
#endif

0 commit comments

Comments
 (0)