#include "rio.h"
|
|
|
|
void cb(char *str) { printf("%s\n", str); }
|
|
|
|
int main() {
|
|
rforfile("/tmp", cb);
|
|
|
|
return 0;
|
|
} |
#include "rio.h"
|
|
|
|
void cb(char *str) { printf("%s\n", str); }
|
|
|
|
int main() {
|
|
rforfile("/tmp", cb);
|
|
|
|
return 0;
|
|
} |