home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / amiga / programm / 17733 < prev    next >
Encoding:
Internet Message Format  |  1992-12-23  |  775 b 

  1. Path: sparky!uunet!portal!cup.portal.com!Counsellor
  2. From: Counsellor@cup.portal.com (Benjamin Counsellor Reich)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: What is htonl() ?
  5. Message-ID: <72250@cup.portal.com>
  6. Date: Tue, 22 Dec 92 23:10:38 PST
  7. Organization: The Portal System (TM)
  8. Distribution: world
  9. Lines: 15
  10.  
  11. I am writing a program based on another's source code.
  12.  
  13. I am stumped by one line of code:
  14.  
  15.      *lmark = htonl(*lmark);
  16.  
  17. I have no idea what this function is or does.  It is not in SAS/C
  18. v. 5.10b, nor can I find any mention of it in the Waite Group's
  19. New C Primer Plus, which alleges that it is comprehensive.
  20.  
  21. I would appreciate any info as to what this function does, so that
  22. I may either emulate it or throw it out.
  23.  
  24. Benjamin Reich
  25. Counsellor@cup.portal.com
  26.