4 lines
109 B
C
4 lines
109 B
C
#pragma once
|
|
|
|
extern int mount(char * source, char * target, char * type, unsigned long flags, void * data);
|