mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-06 18:12:51 +00:00
5 lines
117 B
C
5 lines
117 B
C
#ifndef _getsubopt_h
|
|
#define _getsubopt_h
|
|
int getsubopt (char **optionp, char *const *tokens, char **valuep);
|
|
#endif
|