0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-03-03 05:38:11 +00:00
2023-04-03 04:02:33 +09:00

17 lines
242 B
C

#ifndef _GETSUBOPT_H
#define _GETSUBOPT_H
#ifdef __cplusplus
extern "C" {
#endif
#if defined __ANDROID__ && __ANDROID_API__ < 26
int getsubopt(char **, char *const *, char **);
#endif
#ifdef __cplusplus
}
#endif
#endif /* _GETSUBOPT_H */