- Timestamp:
- Aug 15, 2009, 7:08:18 PM (15 years ago)
- Branches:
- master, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 636b137
- Parents:
- 075ba92
- git-author:
- Anders Kaseorg <andersk@mit.edu> (08/04/09 02:37:55)
- git-committer:
- Anders Kaseorg <andersk@mit.edu> (08/15/09 19:08:18)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fmtext.c
r075ba92 r77bced3 770 770 * If format_fn is specified, passes it the list element value 771 771 * and it will return a string which this needs to free. */ 772 void owl_fmtext_append_list(owl_fmtext *f, owl_list *l, const char *join_with, char *(format_fn)(const char *))772 void owl_fmtext_append_list(owl_fmtext *f, const owl_list *l, const char *join_with, char *(format_fn)(const char *)) 773 773 { 774 774 int i, size;
Note: See TracChangeset
for help on using the changeset viewer.