mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 14:58:30 +00:00
Add more missing libc functionality
This commit is contained in:
parent
cf93ecbbb2
commit
a8cf0f7e89
74 changed files with 6981 additions and 105 deletions
|
@ -1,10 +1,5 @@
|
|||
#ifndef LIBC_ISYSTEM_ENDIAN_H_
|
||||
#define LIBC_ISYSTEM_ENDIAN_H_
|
||||
|
||||
#define __LITTLE_ENDIAN __ORDER_LITTLE_ENDIAN__
|
||||
#define __BIG_ENDIAN __ORDER_BIG_ENDIAN__
|
||||
#define __PDP_ENDIAN __ORDER_PDP_ENDIAN__
|
||||
#define __BYTE_ORDER __BYTE_ORDER__
|
||||
|
||||
#include "libc/bits/newbie.h"
|
||||
#include "libc/sysv/consts/endian.h"
|
||||
#endif /* LIBC_ISYSTEM_ENDIAN_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue