generated from wessel/boilerplate-c
7 lines
116 B
C
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 |