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

8 lines
71 B
C

#ifndef _STDINT_H_
#define _STDINT_H_
#include <sys/types.h>
#endif