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