fixed. Support building in one binary
This commit is contained in:
parent
7d0207ace2
commit
33b89e64da
38 changed files with 285 additions and 163 deletions
5
libmu/recurse.h
Normal file
5
libmu/recurse.h
Normal file
|
@ -0,0 +1,5 @@
|
|||
#ifndef _RECURSE_H
|
||||
#define _RECURSE_H
|
||||
|
||||
int mu_recurse(const char *restrict prog_name, int link_flag, const char *restrict path, void *restrict arg, int (*file_act)(const char *path, void *p), int (*dir_act)(const char *path, void *p));
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue