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
tk - tk_entry
tk
programming:lisp
tk:tk_entry
programming - C - localtime
tk - tk_frame
programming - DDE - IExplorer DDE Server
programming:c:strftime
programming:Excel
electronics - Generic Array Logic (GAL)
programming - windows - buttons
programming tools - g-plus-plus options
tk
filename:code vault - strfirst
filename:code%20vault%20%2D%20strfirst
last edit:March 26 2009 19:57:36 (6346 days ago)
ct = 1786425791.000000 = August 11 2026 01:23:11
ft = 1238111856.000000 = March 26 2009 19:57:36
dt = 548313935.000000