Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
4d3c1a93
Commit
4d3c1a93
authored
Mar 17, 2015
by
funshine
Browse files
code clean up for cjson
parent
54004a4b
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/cjson/strbuf.c
View file @
4d3c1a93
...
...
@@ -29,18 +29,6 @@
#include "strbuf.h"
// static void die(const char *fmt, ...)
// {
// va_list arg;
// va_start(arg, fmt);
// vfprintf(stderr, fmt, arg);
// va_end(arg);
// fprintf(stderr, "\n");
// exit(-1);
// }
int
strbuf_init
(
strbuf_t
*
s
,
int
len
)
{
int
size
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment