Blob Blame History Raw
#include <sofort/sofort.h>

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