logo

utils-std

Collection of commonly available Unix tools

posix_2024.h (305B)


  1. // utils-std: Collection of commonly available Unix tools
  2. // SPDX-FileCopyrightText: 2017 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
  3. // SPDX-License-Identifier: MPL-2.0
  4. #define _POSIX_C_SOURCE 202405L
  5. #include <unistd.h>
  6. #if _POSIX_VERSION < 202405L
  7. #error _POSIX_VERSION < 202405L
  8. #endif