code vault - strtailWhat links here?

Code

//##############################################################################
// copy the characters starting at n from the source string 
// to the destination string
//##############################################################################


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

for (i = n, j = 0; i < strlen(source); i++, j++) { dest[j] = source[i]; } dest[j] = '\0'; }
code vault - strtail
programming - Libre Calc - reading and writing cell contents
MC6802 - instruction set - decrement memory
programming - load a bitmap (bmp) file
MC6802 - instruction set - Branch if Less Than Zero
programming - target - GUI toolkits
MC6802 - instruction set - Wait For Interrupt
filename:code vault - strtail
filename:code%20vault%20%2D%20strtail
last edit:March 26 2009 19:59:12 (5879 days ago)
ct = 1746064098.000000 = April 30 2025 21:48:18
ft = 1238111952.000000 = March 26 2009 19:59:12
dt = 507952146.000000