features.h 291 B

123456789101112131415
  1. /*
  2. * Copyright (c) mlibc & plct lab
  3. *
  4. * SPDX-License-Identifier: MIT
  5. *
  6. * Change Logs:
  7. * Date Author Notes
  8. * 2024/8/14 0Bitbiscuits the first version
  9. */
  10. #ifndef MLIBC_FEATURES_H__
  11. #define MLIBC_FEATURES_H__
  12. #include <sys/features.h>
  13. #endif /* MLIBC_FEATURES_H__ */