Join Nostr
2025-05-06 23:39:41 UTC

Björkus "No time_t to Die" Dorkus on Nostr: Suppose there's a C language type _Any_func (with a <stdfunc.h> that has ...

Suppose there's a C language type _Any_func (with a &lt;stdfunc.h&gt; that has typedef _Any_func any_func;) that allows any func ptr type to be converted to _Any_func*, and back. (Like void* for functions.)<code>_Any_func* af = f;<br>printf("??", af);<br></code>??

is ...