14 lines
182 B
C
14 lines
182 B
C
#ifndef __NICKEL_VERSION_H_
|
|
#define __NICKEL_VERSION_H_
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
/* header contents */
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* __NICKEL_VERSION_H_ */ |