This website requires JavaScript.
Explore
Help
Sign In
GitHub
/
nodemcu-firmware
Watch
1
Star
0
Fork
0
You've already forked nodemcu-firmware
mirror of
https://github.com/nodemcu/nodemcu-firmware.git
synced
2025-02-06 21:18:25 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
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 13:31:32 +10:00
#
ifndef __MEMCOMPAT_H__
#
define __MEMCOMPAT_H__
Evict c_types.h, tidy up a other c_prefixes. (#2841)
2019-07-23 14:22:38 +10: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 13:31:32 +10:00
#
include
"mem.h"
#
endif
Reference in New Issue
Copy Permalink