Date: 2023-04-20 06:14 (UTC)
vak: (Default)
From: [personal profile] vak
Тогда плагин будет выглядеть как-то так:
void (*tell_user)(const char *);

void init(void (*arg)(const char*))
{
    tell_user = arg;
}

void start()
{
    tell_user("Hi!");
}

Не самое элегантное решение.
This account has disabled anonymous posting.
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting

If you are unable to use this captcha for any reason, please contact us by email at support@dreamwidth.org