This website requires JavaScript.
Explore
Help
Sign In
MirrorSave
/
nodemcu-firmware
mirror of
https://github.com/nodemcu/nodemcu-firmware.git
Watch
1
Star
0
Fork
You've already forked nodemcu-firmware
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
36cbf9f017
nodemcu-firmware
/
app
/
sjson
/
memcompat.h
8 lines
94 B
C
Raw
Normal View
History
Unescape
Escape
Cleaned up sjson module build. - Move jsonsl build to regular library build rather than #include the .c file - Provide wrappers for malloc/calloc/free to fix undefined symbol warnings.
2017-07-03 05:31:32 +02:00
#
ifndef __MEMCOMPAT_H__
#
define __MEMCOMPAT_H__
Evict c_types.h, tidy up a other c_prefixes. (#2841)
2019-07-23 06:22:38 +02:00
#
include
<stdint.h>
Cleaned up sjson module build. - Move jsonsl build to regular library build rather than #include the .c file - Provide wrappers for malloc/calloc/free to fix undefined symbol warnings.
2017-07-03 05:31:32 +02:00
#
include
"mem.h"
#
endif