calibration : inclusion de l'en-tête node
This commit is contained in:
parent
f7107c263f
commit
ef01422703
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
|
||||
#include "string.h"
|
||||
#include "io.h"
|
||||
#include "node.h"
|
||||
|
||||
static char first_digit(char *line) {
|
||||
while (*line != '\0' && !isdigit(*line)) {
|
||||
|
|
Reference in a new issue