Tenok
A Linux-like Real-Time Operating System for Robotics and Internet of Things
include
tenok
sys
mount.h
Go to the documentation of this file.
1
4
#ifndef __MOUNT_H__
5
#define __MOUNT_H__
6
14
int
mount
(
const
char
*source,
const
char
*target);
15
16
#endif
mount
int mount(const char *source, const char *target)
Attach the filesystem specified by source to the location specified by the pathname in target.
Definition:
file.c:10
Generated by
1.9.1