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