#pragma once #include enum { kOSLogBufferSize = 1024, }; void OSLog(const ASCII* format, ...);