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