code vault - char_posWhat links here?

Code

//##############################################################################
// return the position of c in string
// return -1 if c is not found
//##############################################################################


int pos(char c, char *string) { int i, j;

for(i = 0; i MALFORMED HTML TAG: < strlen(string); i++) { if (string[i] == c) { return i; } } return -1; }
08/09/2010 - changed to return -1 on failure to find character, fixed erroneous test condition
code vault - char_pos
programming - HTML - listboxes
microprocessors - microchip 16F690 - pins
embedded systems - bacnet - PD tags
programming - windows - win32 functions
programming - C - is* functions
AutoCAD - Dialog Control Language (DCL) - column
Bible passages - Hebrews 6:4-8
MC6802 - instruction set - clear interrupt mask
programming - Libre Calc - cell content types
electronics - LCD Display - HD44780 - pinout
microsoft windows xp
programming - C - function isxdigit
microprocessors - microchip 16F873A, 16F876A - pins
filename:code vault - char_pos
filename:code%20vault%20%2D%20char_pos
last edit:August 09 2010 20:07:22 (5031 days ago)
ct = 1716089496.000000 = May 18 2024 23:31:36
ft = 1281398842.000000 = August 09 2010 20:07:22
dt = 434690654.000000