10 lines
114 B
C
10 lines
114 B
C
#include"bob.h"
|
|
|
|
int hiddenFunction(void) {
|
|
return 42;
|
|
}
|
|
|
|
int bobMcBob(void) {
|
|
return hiddenFunction();
|
|
}
|