1 #if defined(__linux__) || defined(__MINT__)
2 # define _GNU_SOURCE /* getsubopt() */
7 extern char *suboptarg
;
15 char *const tokens
[] = { token0
, NULL
};
17 return( ! (0 == getsubopt(&options
, tokens
, &value
)
18 && suboptarg
== buf
&& value
== buf
+2 && options
== buf
+3));