main.c 60 B

1234567891011
  1. void _exit (int a)
  2. {
  3. a = a;
  4. }
  5. void main (){
  6. while(1){}
  7. }