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

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