summaryrefslogtreecommitdiff
path: root/include/foobar.h
blob: f9e196762c671c36ea31904bb6dbd6d0efbf40d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _FOOBAR_H
#define _FOOBAR_H 1

#ifdef __cplusplus
extern "C" {
#endif

int foobar(int a, int b);

#ifdef __cplusplus
}
#endif

#endif