Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: fixed typo in example (tim > tm)

...

Code Block
bgColor#FFcccc
langc
#include <time.h>
 
void func(struct timtm *time_tm) {
  char *time = asctime(time_tm);
  /* ... */
}

...