1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-19 01:36:33 -04:00
elinks/src/util/env.h

15 lines
171 B
C
Raw Normal View History

#ifndef EL__UTIL_ENV_H
#define EL__UTIL_ENV_H
#ifdef __cplusplus
extern "C" {
#endif
int env_set(char *name, char *value, int len);
#ifdef __cplusplus
}
#endif
#endif