$ ./a.out 4 4 On Tue, Jan 26, 2016 at 2:19 PM, Camille Oudot <[email protected]> wrote: > Le Tue, 26 Jan 2016 09:10:21 -0500, > Ovidiu Sas <[email protected]> a écrit : > >> sizeof(size_t) returns 'unsigned int' >> sizeof(unsigned long) returns 'unsigned int' > > Hi, > > I meant the output of a C program such as: > > #include <stdio.h> > > int main(void) { > printf("%zd %zd\n", > sizeof(size_t), > sizeof(unsigned long)); > return 0; > } > > -- > Camille
-- VoIP Embedded, Inc. http://www.voipembedded.com _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
