On 2/6/06, Martin Gercke <[EMAIL PROTECTED]> wrote: > Thanks, > > so what is the deal with this: > typedef u_int16_t uint16_t (tos\system\tos.h)
uint16_t (& co) are the "blessed" names from the C99 standard. Earlier versions of cygwin didn't have them, hence the typedefs (surrounded by an #ifdef to deal with the fact that current versions of cygwin do have those types). David Gay _______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
