mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
style
This commit is contained in:
parent
faf68081b0
commit
2400418067
11 changed files with 1882 additions and 1914 deletions
|
@ -32,9 +32,9 @@ size_t strspn(const char *s1, const char *s2);
|
|||
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);
|
||||
int strncmp(const char *s1, const char *s2, size_t n);
|
||||
char c_tolower(int c);
|
||||
char c_isprint (unsigned char c);
|
||||
char c_isprint(unsigned char c);
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue