xref: /netbsd/usr.bin/mkdep/findcc.h (revision 6550d01e)
1 #define DEFAULT_CC		"cc"
2 
3 char *findcc(const char *);
4