NetBSD/usr.bin/mkdep/findcc.h
simonb f76ac8f4dc Split out the findcc() function that tries to determine the path to
the C compiler so other programs can use it.
2002-06-14 23:14:18 +00:00

4 lines
54 B
C

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