Changes between Initial Version and Version 1 of Ticket #66


Ignore:
Timestamp:
Jun 22, 2022, 2:41:40 PM (2 years ago)
Author:
Thierry Delisle
Comment:

Update code to use 0p

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #66 – Description

    initial v1  
    44
    55int main() {
    6         int * next = (void*)0;
     6        int * next = 0p;
    77        if( next ) {
    88                return 1;