autotools-project/include/autotools-project.h

15 lines
175 B
C
Raw Normal View History

2022-06-07 04:10:53 +00:00
#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