summaryrefslogtreecommitdiff
path: root/src/stdlib/getsubopt.c
blob: 08f56e4f49115fa01e00fd5e9b13ffa9ef0f2fa4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#if 0

#include <stdlib.h>

int getsubopt(char ** optionp, char * const * keylistp, char ** valuep)
{
	return 0;
}

/*
XOPEN(400)
POSIX(200809)
*/


#endif