walibc 0.0.1

A peculiar libc
Documentation
1
2
3
4
5
6
7
8
9
10
#pragma once
#include <__walibc.h>
#include <__walibc_ints.h>
__WALIBC_BEGIN_EXTERN;
// Most of this is provided by `__walibc_ints.h`.

// TODO: Is this the right maxalign_t????
typedef long double max_align_t;

__WALIBC_END_EXTERN;