autotools-project/src/lib.c

11 lines
151 B
C
Raw Permalink Normal View History

2022-06-07 04:10:53 +00:00
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <autotools-project.h>
int autotools_project(const int a, const int b)
{
return a + b;
}