1
0
mirror of https://github.com/Wessel/boilerplate-c.git synced 2026-07-16 04:53:36 +02:00
Files
boilerplate-c/test/main.test.h

7 lines
116 B
C

/* main.test.h */
#ifndef TESTS_H
#define TESTS_H
void run_argp_tests(int argc, char* argv[], char* env[]);
#endif