Francois Gouget 9591836ffb 'sizeof type' is best avoided as it won't always compile (e.g. 'int
main() {return sizeof int;}'). Use 'sizeof(type)' instead.
2003-06-18 19:45:22 +00:00
..
2003-04-26 02:09:43 +00:00
2003-04-26 02:09:43 +00:00
2003-04-26 02:09:43 +00:00
2003-04-08 00:56:32 +00:00