You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 0x09-static_libraries/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
10
10
[libholberton.a](https://github.com/Jenni-Foued/holbertonschool-low_level_programming/tree/master/0x09-static_libraries/libholberton.a) static library containing all the functions listed below
11
11
12
-
'''
12
+
```
13
13
int _putchar(char c);
14
14
int _islower(int c);
15
15
int _isalpha(int c);
@@ -30,7 +30,7 @@ char *_strchr(char *s, char c);
30
30
unsigned int _strspn(char *s, char *accept);
31
31
char *_strpbrk(char *s, char *accept);
32
32
char *_strstr(char *haystack, char *needle);
33
-
'''
33
+
```
34
34
35
35
[holberton.h](https://github.com/Jenni-Foued/holbertonschool-low_level_programming/tree/master/0x09-static_libraries/holberton.h) contain all the prototypes of the above functions
0 commit comments