home *** CD-ROM | disk | FTP | other *** search
/ ftp.ee.pdx.edu / 2014.02.ftp.ee.pdx.edu.tar / ftp.ee.pdx.edu / pub / users / Harry / Blitz / version-1-0 / OSProject / p7 / TestProgram2.c < prev    next >
Text File  |  2006-05-15  |  540b  |  20 lines

  1. code TestProgram2
  2.  
  3. -----------------------------  TestProgram2  ---------------------------------
  4.  
  5.   function main ()
  6.  
  7.       print ("User-level program 'TestProgram2' is running!\n")
  8.  
  9.       print ("\n***** About to call Sys_Shutdown...\n")
  10.       print ("***** Should print:\n")
  11.       print ("*****     FATAL ERROR in UserProgram: \"Syscall 'Shutdown' was invoked by a user thread\" -- TERMINATING!\n")
  12.  
  13.       Sys_Shutdown ()
  14.  
  15.       print ("\n*************** ERROR: Execution should not continue after Shutdown\n")
  16.  
  17.     endFunction
  18.  
  19. endCode
  20.