5 lines
94 B
C
5 lines
94 B
C
|
#include <json-c/json.h>
|
||
|
#include <stdbool.h>
|
||
|
|
||
|
bool handle_neighbour(char **line, void *arg);
|