view share/headers @ 11662:a5a4dfa2d77a draft

<oerjan> addquote <Ana-> Excuse me, I entered the channel without knowing what it was. I just wanted to talk to people <Ana-> \xf0\x9f\x98\xa5 <Phantom_Hoover> idk if you\'re likely to have much luck there <Phantom_Hoover> this channel is mostly full of computer programmers, not people
author HackEso <hackeso@esolangs.org>
date Wed, 05 Dec 2018 19:30:16 +0000
parents d32a7c62d774
children
line wrap: on
line source

#define __USE_XOPEN
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <math.h>
#include <limits.h>
#include <sys/types.h>
#include <stdint.h>
#include <stdbool.h>
#include <stddef.h>
#include <stdarg.h>
#include <stdnoreturn.h>
#include <stdalign.h>
#include <ctype.h>
#include <inttypes.h>
#include <float.h>
#include <errno.h>
#include <time.h>
#include <assert.h>
#include <complex.h>
#include <setjmp.h>
#include <wchar.h>
#include <wctype.h>
#include <tgmath.h>
#include <fenv.h>
#include <locale.h>
#include <iso646.h>
#include <signal.h>
#include <unistd.h>
#include <fcntl.h>