home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / atari / 8bit / 5574 < prev    next >
Encoding:
Text File  |  1992-12-14  |  1.0 KB  |  51 lines

  1. Newsgroups: comp.sys.atari.8bit
  2. Path: sparky!uunet!caen!mtu.edu!news
  3. From: jjmcwill@next3 (Jeffrey J. McWilliams)
  4. Subject: Re: Need Action! help
  5. Message-ID: <1992Dec14.125810.5482@mtu.edu>
  6. Sender: news@mtu.edu
  7. Nntp-Posting-Host: next2.mathlab.mtu.edu
  8. Reply-To: jjmcwill@mathlab.mtu.edu
  9. Organization: Michigan Technological University
  10. References: <71422@cup.portal.com>
  11. Date: Mon, 14 Dec 1992 12:58:10 GMT
  12. Lines: 37
  13.  
  14. In article <71422@cup.portal.com> Rick_Michael_Cortese@cup.portal.com writes:
  15. {}
  16.  
  17. Rick,
  18.  
  19. Wow, neato.  Okay, one more question.  You say you need:
  20.  
  21.    PROC SDXdummy()
  22.    RETURN
  23.  
  24. at the beginning of the program.
  25.  
  26. But I want to declare some global variables, and I have some define's
  27. to change the FI to endif, blah blah blah.  So would I just do something
  28. like:
  29.  
  30. PROC SDXdummy()
  31. RETURN
  32.  
  33. MODULE
  34.  
  35. DEFINE endif="FI", end="OD"
  36.  
  37. TYPE wierdrec=[INT i1, i2
  38.            BYTE b1,b2]
  39.  
  40. main()
  41.  
  42.    .
  43.    .
  44.    .
  45.  
  46. RETURN
  47.  
  48. and that would be it, no muss no fuss?
  49. --
  50. Jeff McWilliams  jjmcwill@mathlab.mtu.edu  EE Engineer --> Michigan Tech. 
  51.