# xgetopt **Repository Path**: open-linux/xgetopt ## Basic Information - **Project Name**: xgetopt - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-28 - **Last Updated**: 2025-03-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # xgetopt A cross-platform implementation of legacy getopt related APIs: * `xgetopt()` * `xgetopt_long()` * `xgetopt_long_only()` * `xgetsubopt()` The goal is to be a drop-in replacement of getopt APIs, so the using experience should be same as the legacy. However, some tiny differences already exist between GNU and BSD's getopt implementations, xgetopt have to choose a side on each of those. Please refer to the comments inside xgetopt.h for the details. ## License zlib