7 lines
59 B
C
7 lines
59 B
C
#ifndef BOB_H_
|
|
#define BOB_H_
|
|
|
|
int bobMcBob(void);
|
|
|
|
#endif
|