micro-utils/include/libmu/parse_mount.h

10 lines
127 B
C
Raw Normal View History

2023-12-19 13:13:27 +00:00
#ifndef _PARSE_MOUNT_H
#define _PARSE_MOUNT_H
unsigned long mu_parse_opts(const char *str) {
(void)str;
return 0;
}
#endif