chiark / gitweb /
gnuplot: Update from 5.2.0 to 5.2.1
[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