apenwarr-redo/t/111-compile/mystr.h

6 lines
65 B
C
Raw Normal View History

#ifndef __MYSTR_H
#define __MYSTR_H
extern char *mystr;
#endif