Changes between Initial Version and Version 1 of Ticket #893, comment 2


Ignore:
Timestamp:
05/23/17 12:18:16 (7 years ago)
Author:
gvranken
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #893, comment 2

    initial v1  
    11Yes it can be invalid
    22
    3 {{
     3{{{
    44#include <string.h>
    55#include <stdio.h>
     
    1111    printf("%p\n", ctime(&t));
    1212}
    13 }}
     13}}}