autotools-project/include/autotools-project.h

15 lines
175 B
C

#ifndef _AUTOTOOLS_PROJECT_H
#define _AUTOTOOLS_PROJECT_H 1
#ifdef __cplusplus
extern "C" {
#endif
int autotools_project(int a, int b);
#ifdef __cplusplus
}
#endif
#endif