When you come back from vacation
@programmerhumor

you are viewing a single comment's thread
view the rest of the comments
[–] 1 point 2 years ago
void HelloWorld(void (* func)(const char*)) {
    func("Hello world!");
}
  • source