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