libhasha 2.2.2
Loading...
Searching...
No Matches
libc.h
Go to the documentation of this file.
1#define _POSIX_C_SOURCE 200809L
2
3#include "./feature.h"
4
5#ifndef __GNUC__
6#ifndef __attribute__
7#define __attribute__(x)
8#endif
9#endif
10
11#if ha_has_feature(IO)
12#include <stdio.h>
13#endif
14
15#include <stdarg.h>
16#include <stdbool.h>
17#include <stddef.h>
18#include <stdint.h>
19#include <stdlib.h>
20#include <string.h>