Skip to main content
2 events
when toggle format what by license comment
Oct 10 at 20:58 comment added Chris In your commentary on readability it may be worthwhile to comment on whitespace around operators. Surely sscanf(buf, "%d %d %d", &y, &m, &d) != 3 is easier to read than sscanf(buf,"%d %d %d",&y,&m,&d)!=3
Oct 8 at 17:05 history answered toolic CC BY-SA 4.0