ctrl k
  • README.md
    ■ ■ ■ ■ ■ ■
    skipped 31 lines
    32 32  int fd_stdout = 1; //file descriptor for stdout stream
    33 33  char *crash_string = "it's a feature, not a bug!";
    34 34  write(fd_stdout, crash_string, strlen(crash_string));
     35 +crash();
     36 +// Code for crashprototype
    35 37  ```
    36 38   
    37 39  If the process has used `write()` to crash string, then using `crash()` should result in an output:
    skipped 148 lines
Page is in error, reload to recover