mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
fix standalone warnings
This commit is contained in:
parent
5f1ff72f7c
commit
8160131119
11 changed files with 48 additions and 40 deletions
|
@ -33,6 +33,8 @@ char *strrchr(const char *s, int c);
|
|||
size_t strcspn(const char *s1, const char *s2);
|
||||
char *strpbrk(const char *s1, const char *s2);
|
||||
int strncmp(const char *s1, const char *s2, size_t n);
|
||||
unsigned long strtoul(const char *p, char **out_p, int base);
|
||||
long strtol(const char *p, char **out_p, int base);
|
||||
char c_tolower(int c);
|
||||
char c_isprint(unsigned char c);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue