暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

Path-c-api.h 195B

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