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 - strinc, striinc http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
strinc, striinc

Determines if and where one string is included in another striinc() ignores
case of letters

Header File.....TCXLstr.h

Prototype.......ChrP CTYP strinc(ChrP a, ChrP s);
                ChrP CTYP striinc(ChrP a, ChrP s);

Source File.....INC\STRINC.C
                INC\STRIINC.C

Arguments.......a  -  String to search for
                s  -  String to search

Returns.........A pointer to the location in 's' that contains 'a', or NULL
                if not found.

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