minix/usr.bin/mkdep/findcc.h
Antoine Leca b9cb8440d7 mkdep: restore NetBSD behaviour
Since MINIX has a working cc, do not introduce spurious differences
2013-01-25 18:42:58 +01:00

4 lines
54 B
C

#define DEFAULT_CC "cc"
char *findcc(const char *);