repo.or.cz
/
elinks
/
images.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[wip] draw_images(): w, h, spos -> box screen_img; img_box -> pixel_box
[elinks/images.git]
/
src
/
util
/
env.h
blob
4b40be894237e071fda922669e1afde24f647052
1
#ifndef EL__UTIL_ENV_H
2
#define EL__UTIL_ENV_H
3
4
5
int
env_set
(
unsigned char
*
name
,
unsigned char
*
value
,
int
len
);
6
7
#endif