1 #pragma once
2 typedef __SIZE_TYPE__ size_t;
3 
4 #ifndef __cplusplus
5 extern int abs(int __x) __attribute__((__const__));
6 #endif
7