Fun C question of the day.
typedef struct foo { char *s;} foo;
int
main(void)
{
foo f;
memset(&f, 0, sizeof(f));
…
}
Does f.s == NULL?
[#]c #programming
=> More informations about this toot | View the thread | More toots from rk@well.com
=> View c tag | View programming tag This content has been proxied by September (3851b).Proxy Information
text/gemini