mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
funcArgNamesDifferent
This commit is contained in:
parent
514611e885
commit
f6a80e0dc8
3 changed files with 4 additions and 5 deletions
|
@ -84,12 +84,11 @@ void jsonp_error_vset(json_error_t *error, int line, int column,
|
|||
|
||||
/* Locale independent string<->double conversions */
|
||||
int jsonp_strtod(strbuffer_t *strbuffer, double *out);
|
||||
int jsonp_dtostr(char *buffer, size_t size, double value, int prec);
|
||||
int jsonp_dtostr(char *buffer, size_t size, double value, int precision);
|
||||
|
||||
/* Wrappers for custom memory functions */
|
||||
void *jsonp_malloc(size_t size) JANSSON_ATTRS(warn_unused_result);
|
||||
void jsonp_free(void *ptr);
|
||||
char *jsonp_strndup(const char *str, size_t length) JANSSON_ATTRS(warn_unused_result);
|
||||
char *jsonp_strdup(const char *str) JANSSON_ATTRS(warn_unused_result);
|
||||
char *jsonp_strndup(const char *str, size_t len) JANSSON_ATTRS(warn_unused_result);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue