home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Education
/
collectionofeducationcarat1997.iso
/
COMPUSCI
/
NERVES.ZIP
/
NO87
/
PROTO.H
< prev
next >
Wrap
C/C++ Source or Header
|
1990-12-28
|
751b
|
23 lines
extern void datamod(void);
extern void ndisp(struct neuron,struct Iint,int);
extern void conmod(char *,struct con *,int *);
extern void condisp(char *,struct con *,int,int,int);
extern int near update(void);
extern long sensory(enum senst,char *,long *);
extern void graph(void);
extern void Draw(void);
extern void Initialize(void);
extern void graphsetup(void);
extern void activesetup(void);
extern void nsmenu(void);
extern void erasecursor(void);
extern void clrline(int);
extern void drawbug(struct bug,int);
extern void showbug(struct bug,int);
extern int initsim(void);
extern int near singstep(int *,long *,FILE *,int *);
extern int near multstep(int *,long *,FILE *,int *);
extern int lsin(int);
extern int lcos(int);