mailing list of musl libc
 help / color / mirror / code / Atom feed
6c0eb7f4b81418ebe4dfe20af7d7f2333e1fd4f9 blob 386 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
 
#define _Addr long
#define _Int64 long
#define _Reg long

#define __BYTE_ORDER 4321
#define __LONG_MAX 0x7fffffffffffffffL

#ifndef __cplusplus
TYPEDEF int wchar_t;
#endif

#if defined(__FLT_EVAL_METHOD__) && __FLT_EVAL_METHOD__ == 1
TYPEDEF double float_t;
#else
TYPEDEF float float_t;
#endif
TYPEDEF double double_t;

TYPEDEF struct { long long __ll; long double __ld; } max_align_t;
debug log:

solving 6c0eb7f4 ...
found 6c0eb7f4 in https://git.vuxu.org/mirror/musl/

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).