Apr 27, 2001 #1 Sedai Programmer Joined Mar 4, 2001 Messages 158 Location US what type exactly is Code: size_t ? Code: long unsigned int is my best guess... is that correct? Thank you. Avendeval Sedai yavoor@yahoo.com
what type exactly is Code: size_t ? Code: long unsigned int is my best guess... is that correct? Thank you. Avendeval Sedai yavoor@yahoo.com
Apr 28, 2001 #2 Cagliostro Programmer Joined Sep 13, 2000 Messages 4,226 Location GB size_t and unsigned int is the same thing. Look in stdio.h the declaration of size_t. John Fill ivfmd@mail.md Upvote 0 Downvote
size_t and unsigned int is the same thing. Look in stdio.h the declaration of size_t. John Fill ivfmd@mail.md
Apr 29, 2001 #3 aphrodita Programmer Joined Dec 5, 2000 Messages 111 Location US thanks. Best Regards, aphrodita@mail.krovatka.ru {uiuc rules} http://www.hellforge.org Upvote 0 Downvote