fixed. Support building in one binary
This commit is contained in:
parent
7d0207ace2
commit
33b89e64da
38 changed files with 285 additions and 163 deletions
6
libmu/mode_to_str.h
Normal file
6
libmu/mode_to_str.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
#ifndef _MODE_TO_STR_H
|
||||
#define _MODE_TO_STR_H
|
||||
static char mode[11];
|
||||
|
||||
char *mu_mode_2_str(mode_t file_mode);
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue