portable.h 100 B

1234567
  1. #pragma once
  2. #include "portable-linux.h"
  3. #if defined(_musl_)
  4. # include "portable-musl.h"
  5. #endif