C/AllocMem()
30-May-90 01:17:52
Sb: #106924-C/AllocMem()
Fm: Syndesis 76004,1763
To: Mike Roth/Lattice 76566,1137
sizeof() is simply an unary operator, not a function, as I recall… It
just looks like a function, because people tend to put parens around the
thing it operates on. It's like 'return' in that sense. Interesting
warning, nonetheless.