orbea / zippy / sofort

Forked from zippy/sofort a year ago
Clone
Blob Blame History Raw
#include <sofort/sofort.h>

int main(int argc, char ** argv, char ** envp)
{
	return sfrt_main(argv,envp,0);
}