toaruos/base/usr/include/sys/mount.h
2018-08-15 15:49:01 +09:00

4 lines
109 B
C

#pragma once
extern int mount(char * source, char * target, char * type, unsigned long flags, void * data);