• cs127
    link
    fedilink
    12 years ago
    void HelloWorld(void (* func)(const char*)) {
        func("Hello world!");
    }