This commit is contained in:
fslongjin
2022-05-11 20:42:30 +08:00
parent 77d4854db7
commit edb21695ae
9 changed files with 117 additions and 10 deletions

View File

@ -0,0 +1,7 @@
#pragma once
#include "./sys/types.h"
#define NULL 0
typedef __PTRDIFF_TYPE__ ptrdiff_t; // Signed integer type of the result of subtracting two pointers.