8 lines
146 B
C
8 lines
146 B
C
|
#ifndef __STDDEF_ARCH_H
|
||
|
#define __STDDEF_ARCH_H
|
||
|
|
||
|
typedef long long _ptrdiff_t;
|
||
|
#include "/sys/include/ape/stddef.h"
|
||
|
|
||
|
#endif /* __STDDEF_ARCH_H */
|