6 lines
65 B
C
6 lines
65 B
C
#ifndef __MYSTR_H
|
|
#define __MYSTR_H
|
|
|
|
extern char *mystr;
|
|
|
|
#endif
|