8 lines
87 B
C
8 lines
87 B
C
#ifndef SOLVE_H
|
|
#define SOLVE_H
|
|
|
|
#include "node.h"
|
|
|
|
int t1_solve (node *head);
|
|
|
|
#endif
|