aboutsummaryrefslogtreecommitdiff
path: root/include/wordsplit.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/wordsplit.h')
-rw-r--r--include/wordsplit.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/include/wordsplit.h b/include/wordsplit.h
index d13ec3c..7229df3 100644
--- a/include/wordsplit.h
+++ b/include/wordsplit.h
@@ -26,9 +26,11 @@ typedef struct wordsplit wordsplit_t;
26 provide return values when the function returns. If neither mark is 26 provide return values when the function returns. If neither mark is
27 used, the member is internal and must not be used by the caller. 27 used, the member is internal and must not be used by the caller.
28 28
29 In the comments below, the 29 In the comments below, the identifiers in parentheses indicate bits that
30 identifiers in parentheses indicate bits that must be set (or unset, if 30 must be set (or unset, if starting with !) in ws_flags (if starting with
31 starting with !) in the ws_flags to initialize or use the given member. 31 WRDSF_) or ws_options (if starting with WRDSO_) to initialize or use the
32 given member.
33
32 If not redefined explicitly, most of them are set to some reasonable 34 If not redefined explicitly, most of them are set to some reasonable
33 default value upon entry to wordsplit(). */ 35 default value upon entry to wordsplit(). */
34struct wordsplit 36struct wordsplit

Return to:

Send suggestions and report system problems to the System administrator.