mirror of
https://github.com/Wessel/boilerplate-c.git
synced 2026-07-16 04:53:36 +02:00
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 |