Skip to content

Commit c041bb5

Browse files
Fixing compiler problem of main
Add ctype.h header for character handling functions
1 parent 57c61e9 commit c041bb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#include <stdio.h>
33
#include <stdlib.h>
44
#include <string.h>
5+
#include <ctype.h>
56

67
#include <unistd.h>
78

0 commit comments

Comments
 (0)