Help for this page

Select Code to Download


  1. or download this
        printf("File name: %s\n", (ptr == NULL) ? "<unspecified>" : ptr);
    
  2. or download this
        char *s;
        if (ptr == NULL)
    ...
        else
            s = ptr;
        printf("File name: %s\n", s);
    
  3. or download this
    # trinary
    movl    %eax, -28(%ebp) #  to_return
    
    # ifelse
    movl    $1, -28(%ebp)   #  to_return