Skip to content

Commit

Permalink
adds the missing toupper and tolower prototypes (BinaryAnalysisPlatfo…
Browse files Browse the repository at this point in the history
  • Loading branch information
ivg authored Jun 16, 2020
1 parent ae3c7f9 commit 0eebcc9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/api/api/c/posix.h
Original file line number Diff line number Diff line change
Expand Up @@ -445,3 +445,6 @@ int isxdigit(int c);

int isascii(int c);
int isblank(int c);

int toupper(int c);
int tolower(int c);

0 comments on commit 0eebcc9

Please sign in to comment.