- Timestamp:
- Jun 12, 2015, 9:30:51 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20150419/Ohana/src/addstar/src/args.c
r37807 r38444 480 480 } 481 481 482 int strextend (char *input, char *format,...) {483 484 char tmpextra[1024], tmpline[1024];485 va_list argp;486 487 va_start (argp, format);488 vsnprintf (tmpextra, 1024, format, argp);489 snprintf (tmpline, 1024, "%s %s", input, tmpextra);490 strcpy (input, tmpline);491 492 return TRUE;493 }494 495 482 /** addstar modes: 496 483
Note:
See TracChangeset
for help on using the changeset viewer.
