autotools-project/src/main.c

9 lines
159 B
C
Raw Normal View History

2022-06-07 04:10:53 +00:00
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
2022-06-07 01:09:06 +00:00
int main(const int argc __attribute__((unused)), char **const argv __attribute__((unused)))
{
return 0;
}