autotools-project/src/main.c

5 lines
110 B
C
Raw Normal View History

2022-06-07 01:09:06 +00:00
int main(const int argc __attribute__((unused)), char **const argv __attribute__((unused)))
{
return 0;
}