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
embedded systems - Arduino Uno
electronics - Complex programmable logic device (CPLD)
MC6802 - instruction set - Copy Index Register to stack pointer
MC6802 - instruction set - Copy stack pointer to Index Register
programming:c:function strrchr
filename:code vault - strtail
filename:code%20vault%20%2D%20strtail
last edit:March 26 2009 23:59:12 (6378 days ago)
ct = 1789230576.000000 = September 12 2026 16:29:36
ft = 1238111952.000000 = March 26 2009 23:59:12
dt = 551118624.000000