9 lines
167 B
C
9 lines
167 B
C
|
#ifndef NODES_PRINT_H_
|
||
|
#define NODES_PRINT_H_
|
||
|
|
||
|
#include "../graph.h"
|
||
|
|
||
|
extern GraphNodeSpecification nodespec_print;
|
||
|
|
||
|
#endif /* end of include guard: NODES_PRINT_H_ */
|