boot2

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

00099.c (113B)


      1 
      2 typedef struct  { int n; } Vec;
      3 
      4 static void
      5 vecresize(Vec *v, int cap)
      6 {
      7 	return;
      8 }
      9 
     10 int main()
     11 {
     12 	return 0;
     13 }