0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-23 14:56:16 +00:00
termux-packages/root-packages/v4l-utils/getsubopt.h
Tee KOBAYASHI 111324f17e new package: v4l-utils
Co-authored-by: Simon Hafner <hafnersimon@gmail.com>
2023-01-30 14:30:26 +00: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 */