Rev 1085 |
Blame |
Compare with Previous |
Last modification |
View Log
| RSS feed
//***************************proc.h******************************
// task management functions
#ifndef CST
#include "constant.h"
#endif
int add();
void del(int);
void init_struct();
int del_o();
void gauge_create(char *,int);
void arrow_create(char *,int);
void killer_create();
void ref_create();
void cam_create(char *,int);
void stl_create(char *,int);
void h_create(char *,int);
void s_create(char *,int);
void killing(int);