Changeset 10306
- Timestamp:
- Nov 29, 2006, 4:04:56 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libohana/src/string.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libohana/src/string.c
r10073 r10306 89 89 N3 = strlen (ext); 90 90 91 ALLOCATE (out, char *, N1 + N2 + N3 + 1);91 ALLOCATE (out, char, N1 + N2 + N3 + 1); 92 92 93 93 strncpy (out, string, N1);
Note:
See TracChangeset
for help on using the changeset viewer.
