mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
8 lines
121 B
C
8 lines
121 B
C
|
#ifndef EL__UTIL_ENV_H
|
||
|
#define EL__UTIL_ENV_H
|
||
|
|
||
|
|
||
|
int env_set(unsigned char *name, unsigned char *value, int len);
|
||
|
|
||
|
#endif
|