stddef.h 158 B

1234567
  1. #pragma once
  2. #include "./sys/types.h"
  3. #define NULL 0
  4. typedef __PTRDIFF_TYPE__ ptrdiff_t; // Signed integer type of the result of subtracting two pointers.