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
5293d91808
sortix--sortix
/
libc
/
decl
/
FILE.h
5 lines
71 B
C
Raw
Normal View
History
Unescape
Escape
Initial version of Sortix.
2011-08-05 14:25:00 +02:00
#
ifndef _FILE_DECL
#
define _FILE_DECL
Move the declaration of the FILE structure into its own header.
2013-10-01 15:33:53 +02:00
typedef
struct
FILE
FILE
;
Initial version of Sortix.
2011-08-05 14:25:00 +02:00
#
endif
Copy permalink