code vault - strfirstWhat links here?

Code

//##############################################################################
// copy the first n characters from the source string to the
// destination string
//##############################################################################


void strfirst(int n, char *source, char *dest) { int i;

for (i = 0; (i < n) && (i < strlen(source)); i++) { dest[i] = source[i]; } dest[i] = '\0'; }
code vault - strfirst
Tobpical Bible - Day of the Lord
electronics - RS485 transceivers
AutoCAD - Dialog Control Language (DCL) - (new_dialog dlgname dcl_id {action {screen-pt}})
microprocessors - microchip 16F84A - pins
MC6802 - assembler - directives - bsz
programming - windows - windows
code vault - spin
programming - windows - CreateWindowEx
programming - pascal - procedure - str
filename:code vault - strfirst
filename:code%20vault%20%2D%20strfirst
last edit:March 26 2009 19:57:36 (5532 days ago)
ct = 1716088862.000000 = May 18 2024 23:21:02
ft = 1238111856.000000 = March 26 2009 19:57:36
dt = 477977006.000000