11 lines
101 B
C
11 lines
101 B
C
|
#ifndef _TASK_H
|
||
|
#define _TASK_H
|
||
|
|
||
|
|
||
|
void task_menu(void);
|
||
|
int task_doc(FILE *, FILE *, int);
|
||
|
|
||
|
|
||
|
#endif
|
||
|
|