7 lines
91 B
Bash
7 lines
91 B
Bash
|
common_forward_decls() {
|
||
|
cat <<EOF
|
||
|
struct blockd;
|
||
|
EOF
|
||
|
}
|
||
|
forward_decls common_forward_decls
|