#include int main(void) { printf("Memory contents disappear on crash.\n"); printf("File-system data must outlive the crash.\n"); return 0; }