1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-11-04 08:17:17 -05:00
elinks/src/util/env.h

15 lines
189 B
C
Raw Normal View History

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