Files
Linux_Drivers/freertos/cvitek/common/include/cv1835/atoi.h
carbon ca03037500 freertos: release the generic version source code
freertos runs on the second core (small one) of the CPU
2023-10-19 14:31:43 +08:00

5 lines
83 B
C

#ifndef __ATOI_HEADER__
#define __ATOI_HEADER__
int atoi(const char *nptr);
#endif