home *** CD-ROM | disk | FTP | other *** search
- Demonstration test object
- George Taylor
- Release 1.00
-
-
- This object provides a simple routine to reverse a string. It calls the
- Shared C Library to find the length of the string and uses object 3 to
- actually reverse the string. This procedure is APCS conformant, it must only
- be called by someone using a Shared C Library.
-
- void stringSimpleReverse(char *string);
-