Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
emscripten-core
GitHub Repository: emscripten-core/emscripten
Path: blob/main/test/cmake/target_library/srcfile.cmake
6162 views
#include <stdio.h>

void @TEST_FUNCTION_NAME@()
{
	printf("@TEST_FUNCTION_NAME@");
}