Woops. Fixed a stupid error
This commit is contained in:
parent
0b713dee9c
commit
660dfcb6a7
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
|
||||
int ispunct(int c) {
|
||||
return (c < 128 && !(isalnum(c) || iscntrl(c)));
|
||||
|
|
Loading…
Reference in a new issue