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