texlive-bin: fix build failure for i686 and x86_64 (due to NDK r16?)
[termux-packages] / packages / memcached / getsubopt.h
CommitLineData
abe211bf
DM
1#ifndef _getsubopt_h
2#define _getsubopt_h
3int getsubopt (char **optionp, char *const *tokens, char **valuep);
4#endif