void HelloWorld(void (* func)(const char*)) {
func("Hello world!");
}
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
void HelloWorld(void (* func)(const char*)) {
func("Hello world!");
}