[En-Nut-Discussion] RFC: Incompatible struct _tm

Harald Kipp harald.kipp at egnite.de
Wed May 30 18:02:23 CEST 2007


Since its initial release, time.h defines

typedef struct _tm tm;
struct _tm {
...
}

which differs from other libraries. It should be just

struct tm {
...
}

Changing this will probably break some of your applications, but I'd 
really like to follow the standard.

Comments?

Harald




More information about the En-Nut-Discussion mailing list