5 lines
101 B
C
5 lines
101 B
C
|
#ifndef _SDK_OVERRIDES_ESP_LIBC_H_
|
||
|
#define _SDK_OVERRIDES_ESP_LIBC_H_
|
||
|
void *zalloc(size_t n);
|
||
|
#endif
|