dcd@tc.fluke.COM (David Dyck) (08/18/89)
Why does minix cc print the message
"qe.c", line 5: size of object unknown
when compiling the following valid program (qe.c) ?
main()
{
{
static char m[]="hi there";
printf("m=%s, sizeof(m)=%d\n", m, sizeof(m));
}
}
David Dyck
Domain: dcd@tc.fluke.COM
Voice: +1 206 356 5807
UUCP: {uw-beaver,decwrl,microsof,sun}!fluke!dcd
Snail: John Fluke Mfg. Co. / P.O. Box C9090 / Everett WA 98206