This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-gitlab
/
sortix--sortix
Watch
1
Star
0
Fork
You've already forked sortix--sortix
0
mirror of
https://gitlab.com/sortix/sortix.git
synced
2023-02-13 20:55:38 -05:00
Code
Releases
Activity
a329235397
sortix--sortix
/
libc
/
decl
/
wint_t.h
6 lines
96 B
C
Raw
Normal View
History
Unescape
Escape
Initial version of Sortix.
2011-08-05 08:25:00 -04:00
#
ifndef _WINT_T_DECL
#
define _WINT_T_DECL
Refactor datatype declarations.
2013-01-15 19:45:51 -05:00
typedef
int
__wint_t
;
Initial version of Sortix.
2011-08-05 08:25:00 -04:00
typedef
__wint_t
wint_t
;
#
endif
Copy permalink