aboutsummaryrefslogtreecommitdiffhomepage
path: root/fallback.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-05-03 02:29:50 +1000
committerGravatar axel <axel@liljencrantz.se>2006-05-03 02:29:50 +1000
commitdf59b8498ffcc4738b60bd9112fbe2f22b103504 (patch)
tree532403392b2aca52a48ac7d65fbb096a540b0ce5 /fallback.h
parent92fde30c0c4ac336aff8eda08f9e164b0f5761d9 (diff)
Minor edits of function descriptions, includes, etc.
darcs-hash:20060502162950-ac50b-c2fcfc957d55f292744bcb4b33b4d66fc42087ed.gz
Diffstat (limited to 'fallback.h')
-rw-r--r--fallback.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fallback.h b/fallback.h
index 3ec46666..c172e76d 100644
--- a/fallback.h
+++ b/fallback.h
@@ -213,7 +213,8 @@ wchar_t *wcsndup( const wchar_t *in, int c );
/**
Converts from wide char to digit in the specified base. If d is not
- a valid digit in the specified base, return -1.
+ a valid digit in the specified base, return -1. This is a helper
+ function for wcstol, but it is useful itself, so it is exported.
*/
long convert_digit( wchar_t d, int base );