Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. #include<assert.h>
  2. #include<menuet/os.h>
  3.  
  4. void __dj_unimp(const char *fn)
  5. {
  6.  __libclog_printf(fn);
  7.  exit(-1);
  8.  for(;;);
  9. }
  10.