7 lines
111 B
C
7 lines
111 B
C
#ifndef __minix
|
|
#define DEFAULT_CC "cc"
|
|
#else
|
|
#define DEFAULT_CC "clang"
|
|
#endif
|
|
|
|
char *findcc(const char *);
|