projects
/
p5sagit/p5-mst-13.2.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
Integrate mainline
[p5sagit/p5-mst-13.2.git]
/
os2
/
dlfcn.h
Commit
Line
Data
35bc1fdc
1
void *dlopen(const char *path, int mode);
2
void *dlsym(void *handle, const char *symbol);
3432c71b
3
char *dlerror(void);
403d6f8e
4
int dlclose(void *handle);