9 lines
175 B
C
9 lines
175 B
C
|
#ifndef NODES_GETCHAR_H_
|
||
|
#define NODES_GETCHAR_H_
|
||
|
|
||
|
#include "../graph.h"
|
||
|
|
||
|
extern GraphNodeSpecification nodespec_getchar;
|
||
|
|
||
|
#endif /* end of include guard: NODES_GETCHAR_H_ */
|