Files
gk-sdk/mcu/riscv/include/stdlib.h
T

8 lines
85 B
C

#ifndef _STDLIB_H_
#define _STDLIB_H_
#include <malloc.h>
#endif /* _STDLIB_H_ */