projects
/
p5sagit/p5-mst-13.2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Chip noticed that the intended optionality of the 'IV' was
[p5sagit/p5-mst-13.2.git]
/
os2
/
dlfcn.h
1
void *dlopen(const char *path, int mode);
2
void *dlsym(void *handle, const char *symbol);
3
char *dlerror(void);
4
int dlclose(void *handle);