code vault - strlastWhat links here?

Code

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


void strlast(int n, char *source, char *dest) { int i, j, s; s = strlen(source) - n; if (n < 0) s = 0;

for (i = s, j = 0; i < strlen(source); i++, j++) { dest[j] = source[i]; } dest[j] = '\0'; }
code vault - strlast
electronics - LCD Display - HD44780 - instructions
D Converters with SPI Serial Interface
AutoCAD Entity Definitions - circle
MC6802 - instruction set - Load Accumulator
filename:code vault - strlast
filename:code%20vault%20%2D%20strlast
last edit:March 26 2009 19:58:22 (5930 days ago)
ct = 1750536240.000000 = June 21 2025 16:04:00
ft = 1238111902.000000 = March 26 2009 19:58:22
dt = 512424338.000000