boot2

Playing with the boostrap
git clone https://git.ryansepassi.com/git/boot2.git
Log | Files | Refs | README

getcwd-stub.after (158B)


      1                                   text_section->sh_num, NULL);
      2 #if BOOTSTRAP
      3         buf[0] = '.'; buf[1] = 0;
      4 #else
      5         getcwd(buf, sizeof(buf));
      6 #endif