Searched refs:recurse1 (Results 1 - 2 of 2) sorted by relevance
/libmicro/ | ||
H A D | recurse2.c | 33 int recurse1(int x, int y, char *s); 42 return (recurse1(x + 1, y, str)); |
H A D | recurse.c | 47 recurse1(int x, int y, char *s) function 93 (void) recurse1(0, optd, NULL); |
Completed in 7 milliseconds