home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / adhesive_1 / examples / objects / 2 / 100 / Info next >
Encoding:
Text File  |  1994-07-31  |  363 b   |  12 lines

  1. Demonstration test object
  2. George Taylor
  3. Release 1.00
  4.  
  5.  
  6. This object provides a simple routine to reverse a string. It calls the
  7. Shared C Library to find the length of the string and uses object 3 to
  8. actually reverse the string. This procedure is APCS conformant, it must only
  9. be called by someone using a Shared C Library.
  10.  
  11. void stringSimpleReverse(char *string);
  12.