mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
cppcheck
This commit is contained in:
parent
fd4edc390f
commit
56d25b0786
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ char *strcat(char *dest, const char *src);
|
|||
void strreverse(char s[]);
|
||||
void itoa(int n, char s[]);
|
||||
char *strcpy(char *dst, const char *src);
|
||||
char *strncpy(char *destination, const char *source, size_t num);
|
||||
char *strncpy(char *dst, const char *src, size_t n);
|
||||
int strcmp(const char *s1, const char *s2);
|
||||
char *strtok(char *s, const char *delim);
|
||||
char *strchr(const char *s, int c);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue