Tenok
A Linux-like Real-Time Operating System for Robotics and Internet of Things
Functions
mount.h File Reference

Go to the source code of this file.

Functions

int mount (const char *source, const char *target)
 Attach the filesystem specified by source to the location specified by the pathname in target. More...
 

Function Documentation

◆ mount()

int mount ( const char *  source,
const char *  target 
)

Attach the filesystem specified by source to the location specified by the pathname in target.

Parameters
sourceThe path name of the device to mount on the system.
targetThe path name to mount the file system.
Return values
int0 on success and nonzero error number on error.