Skip to content

Commit

Permalink
ptrdiff_t
Browse files Browse the repository at this point in the history
  • Loading branch information
zaoqi committed Aug 8, 2018
1 parent 0609eb9 commit d506fd5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions >require
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,7 @@
# define intptr_t ssize_t
# define uint8_t unsigned char
# define int8_t signed char
# define ptrdiff_t intptr_t
/* 经常成立 结束 */
#endif

Expand Down
1 change: 1 addition & 0 deletions module<
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
# define intptr_t ssize_t
# define uint8_t unsigned char
# define int8_t signed char
# define ptrdiff_t intptr_t
/* 经常成立 结束 */
#endif

Expand Down
1 change: 1 addition & 0 deletions prelude.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
# define intptr_t ssize_t
# define uint8_t unsigned char
# define int8_t signed char
# define ptrdiff_t intptr_t
/* 经常成立 结束 */
#endif

Expand Down
1 change: 1 addition & 0 deletions require<
Original file line number Diff line number Diff line change
Expand Up @@ -580,6 +580,7 @@
# define intptr_t ssize_t
# define uint8_t unsigned char
# define int8_t signed char
# define ptrdiff_t intptr_t
/* 经常成立 结束 */
#endif

Expand Down

0 comments on commit d506fd5

Please sign in to comment.