boot2

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

va_list-no-abort.before (153B)


      1 /* Avoid include files, they may not be available when cross compiling */
      2 extern void *memset(void *s, int c, __SIZE_TYPE__ n);
      3 extern void abort(void);