sanskrit-iast/compat.h

18 lines
248 B
C
Raw Normal View History

#ifndef __COMPAT_H
#define __COMPAT_H
2020-01-02 16:21:58 +01:00
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
2020-01-02 16:21:58 +01:00
#include <unistd.h>
#include <fcntl.h>
2020-01-02 16:21:58 +01:00
#include <stdarg.h>
#include <getopt.h>
2020-01-02 16:21:58 +01:00
#include <errno.h>
enum err {
EHINDI = 1
};
#endif /* __COMPAT_H */