Not a great name, but make it obvious that this is a slightly different test from 110-compile.
6 lines
65 B
C
6 lines
65 B
C
#ifndef __MYSTR_H
|
|
#define __MYSTR_H
|
|
|
|
extern char *mystr;
|
|
|
|
#endif
|