forked from Imagelibrary/rtems
Incorporated the "#include cfg.h" statement in document
This commit is contained in:
@@ -65,6 +65,8 @@ and status codes.
|
|||||||
|
|
||||||
@ifset is-C
|
@ifset is-C
|
||||||
@example
|
@example
|
||||||
|
#include <cfg.h>
|
||||||
|
|
||||||
int cfg_mount(
|
int cfg_mount(
|
||||||
const char *file,
|
const char *file,
|
||||||
const char *cfgpath,
|
const char *cfgpath,
|
||||||
@@ -137,6 +139,8 @@ this service is available.
|
|||||||
|
|
||||||
@ifset is-C
|
@ifset is-C
|
||||||
@example
|
@example
|
||||||
|
#include <cfg.h>
|
||||||
|
|
||||||
int cfg_unmount(
|
int cfg_unmount(
|
||||||
const char *cfgpath
|
const char *cfgpath
|
||||||
);
|
);
|
||||||
@@ -201,6 +205,8 @@ this service is available.
|
|||||||
|
|
||||||
@ifset is-C
|
@ifset is-C
|
||||||
@example
|
@example
|
||||||
|
#include <cfg.h>
|
||||||
|
|
||||||
int cfg_mknod(
|
int cfg_mknod(
|
||||||
const char *cfgpath,
|
const char *cfgpath,
|
||||||
mode_t mode,
|
mode_t mode,
|
||||||
@@ -276,6 +282,8 @@ this service is available.
|
|||||||
|
|
||||||
@ifset is-C
|
@ifset is-C
|
||||||
@example
|
@example
|
||||||
|
#include <cfg.h>
|
||||||
|
|
||||||
int cfg_get(
|
int cfg_get(
|
||||||
const char *cfgpath
|
const char *cfgpath
|
||||||
cfg_value_t *value
|
cfg_value_t *value
|
||||||
@@ -331,6 +339,8 @@ this service is available.
|
|||||||
|
|
||||||
@ifset is-C
|
@ifset is-C
|
||||||
@example
|
@example
|
||||||
|
#include <cfg.h>
|
||||||
|
|
||||||
int cfg_set(
|
int cfg_set(
|
||||||
const char *cfgpath
|
const char *cfgpath
|
||||||
cfg_value_t *value
|
cfg_value_t *value
|
||||||
@@ -386,6 +396,8 @@ this service is available.
|
|||||||
|
|
||||||
@ifset is-C
|
@ifset is-C
|
||||||
@example
|
@example
|
||||||
|
#include <cfg.h>
|
||||||
|
|
||||||
int cfg_link(
|
int cfg_link(
|
||||||
const char *src
|
const char *src
|
||||||
const char *dest
|
const char *dest
|
||||||
@@ -477,6 +489,8 @@ this service is available.
|
|||||||
|
|
||||||
@ifset is-C
|
@ifset is-C
|
||||||
@example
|
@example
|
||||||
|
#include <cfg.h>
|
||||||
|
|
||||||
int cfg_unlink(
|
int cfg_unlink(
|
||||||
const char *cfgpath
|
const char *cfgpath
|
||||||
);
|
);
|
||||||
@@ -555,6 +569,8 @@ this service is available.
|
|||||||
|
|
||||||
@ifset is-C
|
@ifset is-C
|
||||||
@example
|
@example
|
||||||
|
#include <cfg.h>
|
||||||
|
|
||||||
int cfg_open(
|
int cfg_open(
|
||||||
const char *pathnames[],
|
const char *pathnames[],
|
||||||
int options,
|
int options,
|
||||||
@@ -690,6 +706,8 @@ this service is available.
|
|||||||
|
|
||||||
@ifset is-C
|
@ifset is-C
|
||||||
@example
|
@example
|
||||||
|
#include <cfg.h>
|
||||||
|
|
||||||
int cfg_read(
|
int cfg_read(
|
||||||
CFG *cfgp,
|
CFG *cfgp,
|
||||||
CFGENT **node
|
CFGENT **node
|
||||||
@@ -907,6 +925,8 @@ this service is available.
|
|||||||
|
|
||||||
@ifset is-C
|
@ifset is-C
|
||||||
@example
|
@example
|
||||||
|
#include <cfg.h>
|
||||||
|
|
||||||
int cfg_children(
|
int cfg_children(
|
||||||
CFG *cfgp,
|
CFG *cfgp,
|
||||||
int options,
|
int options,
|
||||||
@@ -977,6 +997,8 @@ this service is available.
|
|||||||
|
|
||||||
@ifset is-C
|
@ifset is-C
|
||||||
@example
|
@example
|
||||||
|
#include <cfg.h>
|
||||||
|
|
||||||
int cfg_mark(
|
int cfg_mark(
|
||||||
CFG *cfgp,
|
CFG *cfgp,
|
||||||
CFGENT *f,
|
CFGENT *f,
|
||||||
@@ -1067,6 +1089,8 @@ this service is available.
|
|||||||
|
|
||||||
@ifset is-C
|
@ifset is-C
|
||||||
@example
|
@example
|
||||||
|
#include <cfg.h>
|
||||||
|
|
||||||
int cfg_close(
|
int cfg_close(
|
||||||
CFG *cfgp
|
CFG *cfgp
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user