8#ifndef PXR_ARCH_SYSTEM_INFO_H
9#define PXR_ARCH_SYSTEM_INFO_H
ARCH_API int ArchGetPageSize()
Return the system's memory page size. Safe to assume power-of-two.
ARCH_API std::string ArchGetCwd()
Return current working directory as a string.
ARCH_API std::string ArchGetExecutablePath()
Return the path to the program's executable.