Skip to content

Commit

Permalink
Use ctype.h for isalpha()/isdigit()
Browse files Browse the repository at this point in the history
  • Loading branch information
zdohnal committed Apr 18, 2024
1 parent b323570 commit e5acbd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cupsconnection.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#ifndef __SVR4
#include <paths.h>
#endif
#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Expand Down

0 comments on commit e5acbd8

Please sign in to comment.