mirror of
https://github.com/protobuf-c/protobuf-c.git
synced 2024-12-29 07:19:42 +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.
|
* use size_t consistently.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdlib.h> /* for abort(), malloc() etc */
|
#include <stdlib.h> /* for malloc, free */
|
||||||
#include <string.h> /* for strlen(), memcpy(), memmove() */
|
#include <string.h> /* for strcmp, strlen, memcpy, memmove, memset */
|
||||||
|
|
||||||
#include "protobuf-c.h"
|
#include "protobuf-c.h"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user