apenwarr-redo/t/example/mystr.h

6 lines
65 B
C

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