7 lines
85 B
C
7 lines
85 B
C
#ifndef BROLANG_CHILD_H
|
|
#define BROLANG_CHILD_H
|
|
|
|
int child_value(int value);
|
|
|
|
#endif
|