8 lines
57 B
C
8 lines
57 B
C
|
|
#include "../factor.h"
|
||
|
|
|
||
|
|
void platform_run()
|
||
|
|
{
|
||
|
|
run();
|
||
|
|
}
|
||
|
|
|