#ifndef PLATFORM_H #define PLATFORM_H int platform_run(int argc, char **argv); #endif