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
programming - c - time related
MC6802 - instruction set - Branch if Less than or equal
MC6802 - instruction set - Branch if Overflow Clear
file formats - PDF - literal strings
code vault - strtail
programming - Libre Calc - reading and writing cell contents
programming - load a bitmap (bmp) file
MC6802 - instruction set - Branch if Less Than Zero
MC6802 - instruction set - test memory
Raspberry PI - write disk image to sd card
microprocessors - microchip 16F84A - indirect addressing
electronics - Complex programmable logic device (CPLD)
MC6802 - instruction set - Branch if Higher
code vault - spin
software - blender - moving an object
filename:code vault - strfirst
filename:code%20vault%20%2D%20strfirst
last edit:March 26 2009 19:57:36 (6014 days ago)
ct = 1757738930.000000 = September 13 2025 00:48:50
ft = 1238111856.000000 = March 26 2009 19:57:36
dt = 519627074.000000