autotools-project/src/main.c

9 lines
159 B
C

#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
int main(const int argc __attribute__((unused)), char **const argv __attribute__((unused)))
{
return 0;
}