• cs127
    link
    18 months ago
    void HelloWorld(void (* func)(const char*)) {
        func("Hello world!");
    }