8 lines
85 B
C++
8 lines
85 B
C++
|
|
#ifndef _MYWS
|
|
#define _MYWS
|
|
|
|
extern int myws(int atgc, char **argv);
|
|
|
|
#endif
|