6 lines
71 B
C
6 lines
71 B
C
#ifndef BAR_H
|
|
#define BAR_H
|
|
|
|
extern int bar(void);
|
|
|
|
#endif /* BAR_H */
|