Subversion Repositories Kolibri OS

Rev

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

  1. #include "kosSyst.h"
  2. static char pureCallMessage[] = "PURE function call!";
  3.  
  4. // âûçîâ àáñòðàêòíîãî ìåòîäà
  5. int __cdecl _purecall()
  6. {
  7.         rtlDebugOutString( pureCallMessage );
  8.         kos_ExitApp();
  9.         return 0;
  10. }
  11.  
  12.