8 lines
117 B
C
8 lines
117 B
C
#ifndef BROLANG_CHILD_H
|
|
#define BROLANG_CHILD_H
|
|
|
|
int child_value(int value);
|
|
extern int child_shared_global;
|
|
|
|
#endif
|