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 - how to do specific things
programming:autolisp
programming - windows - WM_WINDOWPOSCHANGING
programming information - floating point formats
AutoCAD - Dialog Control Language (DCL) - (load_dialog dclfile)
programming:c:size_t
programming:DDE
programming:DDE:PROGMAN DDE Server
file formats - PDF - name objects
AutoCAD LISP - GETSTRING
AutoCAD - Dialog Control Language (DCL) - (get_attr key attribute)
file formats - PDF - rectangle
programming - SWEET16
filename:code vault - char_pos
filename:code%20vault%20%2D%20char_pos
last edit:August 09 2010 20:07:22 (5781 days ago)
ct = 1780878561.000000 = June 07 2026 20:29:21
ft = 1281398842.000000 = August 09 2010 20:07:22
dt = 499479719.000000