mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-15 07:39:33 +08:00
c1ad7c8f69
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2203 bbd45198-f89e-11dd-88c7-29a3b14d5316
8 lines
112 B
C
8 lines
112 B
C
#ifndef __STDDEF_H__
|
|
#define __STDDEF_H__
|
|
|
|
#include <sys/types.h>
|
|
typedef signed long ptrdiff_t;
|
|
|
|
#endif
|