CLISH
0.7.3
Main Page
Related Pages
Modules
Data Structures
Files
File List
clish
variable.h
1
/*
2
* variable.h
3
*/
12
#ifndef _clish_variable_h
13
#define _clish_variable_h
14
15
#include "clish/shell.h"
16
#include "clish/command.h"
17
#include "clish/pargv.h"
18
19
/*=====================================
20
* VARIABLE INTERFACE
21
*===================================== */
22
/*-----------------
23
* meta functions
24
*----------------- */
25
char
*
26
clish_variable_expand(
const
char
*
string
,
27
const
char
*viewid,
28
const
clish_command_t *cmd,
29
clish_pargv_t *pargv);
30
/*-----------------
31
* methods
32
*----------------- */
33
34
/*-----------------
35
* attributes
36
*----------------- */
37
38
#endif
/* _clish_variable_h */
39
Generated by
1.8.6