void (*tell_user)(const char *); void init(void (*arg)(const char*)) { tell_user = arg; } void start() { tell_user("Hi!"); }
If you are unable to use this captcha for any reason, please contact us by email at support@dreamwidth.org
no subject
Date: 2023-04-20 06:14 (UTC)Не самое элегантное решение.