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

8 lines
121 B
C
Raw Normal View History

#ifndef EL__UTIL_ENV_H
#define EL__UTIL_ENV_H
int env_set(unsigned char *name, unsigned char *value, int len);
#endif