- /*
- * Copyright (c) mlibc & plct lab
- *
- * SPDX-License-Identifier: MIT
- *
- * Change Logs:
- * Date Author Notes
- * 2024/8/14 0Bitbiscuits the first version
- */
- #ifndef MLIBC_FEATURES_H__
- #define MLIBC_FEATURES_H__
- #include <sys/features.h>
- #endif /* MLIBC_FEATURES_H__ */
|