Mercurial > hg > toybox
comparison toys.h @ 4:732b055e17f7
Add xmsprintf(), xgetcwd(), xgetcwd(), find_in_path().
author | landley@driftwood |
---|---|
date | Wed, 25 Oct 2006 18:38:37 -0400 |
parents | 266a462ed18c |
children | fc9c0503d5e2 |
comparison
equal
deleted
inserted
replaced
3:266a462ed18c | 4:732b055e17f7 |
---|---|
10 #include <stdarg.h> | 10 #include <stdarg.h> |
11 #include <stdio.h> | 11 #include <stdio.h> |
12 #include <stdlib.h> | 12 #include <stdlib.h> |
13 #include <string.h> | 13 #include <string.h> |
14 #include <strings.h> | 14 #include <strings.h> |
15 #include <sys/stat.h> | |
15 #include <unistd.h> | 16 #include <unistd.h> |
16 | 17 |
17 #include "lib/lib.h" | 18 #include "lib/lib.h" |
18 | 19 |
19 int cd_main(void); | 20 int cd_main(void); |