Blame view

liens/minimal.c 75 Bytes
6f450eb2   Pierre Cwik   ajout 23 mai
1
2
3
4
  void _start(void)
  {
  __asm__ volatile("syscall" :: "a" (60), "D" (42) );
  }