15 lines
165 B
C

#ifndef UTIL_TEST_H
#define UTIL_TEST_H
#ifdef __cplusplus
extern "C" {
#endif
extern int util_test(void);
#ifdef __cplusplus
};
#endif
#endif /* UTIL_TEST_H */