Path-c-api.h 195 B

123456789101112131415
  1. #pragma once
  2. #include <stdint.h>
  3. #if defined(__cplusplus)
  4. extern "C"
  5. {
  6. #endif
  7. char* UnityPalGetTempPath();
  8. int32_t UnityPalIsAbsolutePath(const char* path);
  9. #if defined(__cplusplus)
  10. }
  11. #endif