6a6a253885
Added doc dir. and manual as .pdf restored deleted files - yep I screwed the pooch.
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
|
|
|