palloca.h 100 B

1234567
  1. #pragma once
  2. #if defined(__FreeBSD__)
  3. #include <stdlib.h>
  4. #else
  5. #include <alloca.h>
  6. #endif