blob: 5331e55ab11b34fddb242bcf8b46962a723af808 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#ifndef __IHE_H
#define __IHE_H
#define _GNU_SOURCE
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include "buf.h"
#include "core.h"
#include "libcmd/cmd.h"
#include "libcmd/cmd_parse.h"
#include "libterm/term.h"
#include "libterm/term_io.h"
#endif
|