greatbridf 4 년 전
부모
커밋
c19661f79e
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      include/types/stdint.h

+ 3 - 0
include/types/stdint.h

@@ -9,3 +9,6 @@ typedef __UINT8_TYPE__ uint8_t;
 typedef __UINT16_TYPE__ uint16_t;
 typedef __UINT32_TYPE__ uint32_t;
 typedef __UINT64_TYPE__ uint64_t;
+
+typedef uint32_t size_t;
+typedef int32_t ssize_t;