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-02 01:23:43 +00:00
2003-03-15 00:12:42 +00:00
2003-06-04 20:29:05 +00:00
2003-04-02 23:19:14 +00:00
2003-04-02 23:19:14 +00:00