summaryrefslogtreecommitdiff
path: root/include/lib.h
blob: e8e921d4ab8647b4233ec9a6e144903201ef4e87 (plain)
1
2
3
4
5
6
7
8
#include <ctype.h>
#include <error.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
#include <limits.h>