C++程序  |  7行  |  105 B

#ifndef FIO_MOUNT_CHECK_H
#define FIO_MOUNT_CHECK_H

extern int device_is_mounted(const char *);

#endif