Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TCXL Database - strchksum, strichksum http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
strchksum, strichksum

Calculates the checksum of a string.

Header File.....TCXLstr.h

Prototype.......DwdT CTYP strchksum(ChrP s);
                DwdT CTYP strichksum(ChrP s);

Source File.....STR\STRCHKSU.C
                STR\STRICHKS.C

Arguments.......s  -  String to Checksum

Returns.........The checksum of the input string.

Notes...........Returns the checksum of a string.  The checksum is
                calculated by adding up the ASCII values of each character
                in the string.  If using strichksum(), all lower-case
                letters will be calculated as upper-case.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson