/[global]/global/libutil/strlimcpy.c
ViewVC logotype

Diff of /global/libutil/strlimcpy.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by shigio, Tue May 10 05:17:52 2005 UTC revision 1.13 by shigio, Tue Oct 4 07:59:04 2005 UTC
# Line 35  Line 35 
35   * because strlimcpy abort when it beyond the limit.   * because strlimcpy abort when it beyond the limit.
36   */   */
37  void  void
38  strlimcpy(dest, source, limit)  strlimcpy(char *dest, const char *const source, const int limit)
         char *dest;  
         const char *const source;  
         const int limit;  
39  {  {
40          int n = (int)limit;          int n = (int)limit;
41          const char *s = source;          const char *s = source;

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26