forked from loafle/openapi-generator-original
[C][Client] Convert integer/boolean to string for query parameter in request url (#6652)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include <ctype.h>
|
||||
#include "UserAPI.h"
|
||||
|
||||
|
||||
#define MAX_NUMBER_LENGTH 16
|
||||
#define MAX_BUFFER_LENGTH 4096
|
||||
#define intToStr(dst, src) \
|
||||
do {\
|
||||
|
||||
Reference in New Issue
Block a user