This website requires JavaScript.
Explore
Help
Register
Sign In
Lab
/
cosmopolitan
Watch
1
Star
0
Fork
You've already forked cosmopolitan
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
113eeabd85
cosmopolitan
/
libc
/
isystem
/
endian.h
5 lines
96 B
C
Raw
Normal View
History
Unescape
Escape
Initial import
2020-06-15 14:18:57 +00:00
#
ifndef LIBC_ISYSTEM_ENDIAN_H_
#
define LIBC_ISYSTEM_ENDIAN_H_
Fold conv package into fmt Both packages had nearly identical dependency requirements, so merging them should help reduce the complexity of the build graph.
2020-12-09 23:04:54 +00:00
#
include
"libc/fmt/conv.h"
Initial import
2020-06-15 14:18:57 +00:00
#
endif