mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
strdup name confusing
This commit is contained in:
parent
eb4573b06c
commit
719fcf91ab
3 changed files with 8 additions and 8 deletions
|
@ -99,7 +99,7 @@ bool str_endswith(const char *s, const char *suffix); // check for suffix in
|
|||
void clean_ascii(unsigned char *buf, size_t len);
|
||||
void strcleanrn(char *buf, size_t len);
|
||||
void strcreplace(char *buf, size_t len, char from, char to);
|
||||
char *strdup(const char *src);
|
||||
char *strndup(const char *src, size_t len);
|
||||
char *str_dup(const char *src);
|
||||
char *str_ndup(const char *src, size_t len);
|
||||
int hexstring_to_u96(uint32_t *hi2, uint32_t *hi, uint32_t *lo, const char *str);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue