sanskrit-iast/tests/test.h

11 lines
170 B
C
Raw Normal View History

2020-01-01 17:15:07 +01:00
#ifndef __TEST_TEST_H
#define __TEST_TEST_H
#include <stdio.h>
2020-01-01 17:15:07 +01:00
#include <stdlib.h>
2021-03-12 19:33:56 +01:00
#include <fcntl.h>
#include <unistd.h>
2020-01-01 17:15:07 +01:00
#include <check.h>
#endif /* __TEST_TEST_H */