mirror of
https://github.com/protobuf-c/protobuf-c.git
synced 2024-12-27 22:01:02 +08:00
protobuf-c: update #include comments
in particular we no longer use abort().
This commit is contained in:
parent
e8bf07dee0
commit
606c27b411
@ -45,8 +45,8 @@
|
||||
* use size_t consistently.
|
||||
*/
|
||||
|
||||
#include <stdlib.h> /* for abort(), malloc() etc */
|
||||
#include <string.h> /* for strlen(), memcpy(), memmove() */
|
||||
#include <stdlib.h> /* for malloc, free */
|
||||
#include <string.h> /* for strcmp, strlen, memcpy, memmove, memset */
|
||||
|
||||
#include "protobuf-c.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user