home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / amiga / programm / 15503 < prev    next >
Encoding:
Internet Message Format  |  1992-11-08  |  1.3 KB

  1. Path: sparky!uunet!munnari.oz.au!ariel.ucs.unimelb.EDU.AU!werple.apana.org.au!spectre!guru!Bob_Rye
  2. From: Bob_Rye@guru.apana.org.au (Bob Rye)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: SAS/C 6 ctrl-c killer?
  5. Distribution: world
  6. Message-ID: <Bob_Rye.05m0@guru.apana.org.au>
  7. Date: 6 Nov 92 19:28:21 +1100
  8. Organization: Guru Meditation BBS
  9. Lines: 26
  10.  
  11.  
  12. Hello all, I have just converted my source file over to SAS/C version 6,
  13. and have finally got it compiling without error! The problem is that the
  14. ctrl-c break checking is still working even though I have used:
  15.  
  16. int CXBRK(void)                                                            
  17. {                                                                          
  18. return(0);
  19. }
  20.  
  21. and chkabort() in the same way. How do I stop SAS/C 6 from reading ctrl-c
  22. breaks? Thanks in advance!
  23.  
  24. Bob!
  25. ----
  26. +--------------------------------+---------------------------+
  27. | It was every man's fantasy: to | Bob Rye                   |
  28. | be kept by a woman whose skirt | FidoNet  3:633/359.7      |
  29. | is as short as the lifespan of | TriNet   42:8699/8.7      |
  30. | the man that she chooses...    | AmigaNet 41:300/359.7     |
  31. |                     - Al Bundy | bob_rye@guru.apana.org.au |
  32. +--------------------------------+---------------------------+
  33.  
  34.  
  35. -- Via DLG Pro v0.995
  36.  
  37.