chiark
/
gitweb
/
~mdw
/
termux-packages
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
preload-hacks: Some patches to make it work.
[termux-packages]
/
packages
/
memcached
/
getsubopt.h
1
#ifndef _getsubopt_h
2
#define _getsubopt_h
3
int getsubopt (char **optionp, char *const *tokens, char **valuep);
4
#endif