summaryrefslogtreecommitdiffstats
path: root/perl_checker.src/common.mli
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-12-02 20:12:35 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-12-02 20:12:35 +0000
commit701155c3ec847cb0cb7ee5ed5a4d56945fe21ab3 (patch)
treec22c2519f0354bfc0312bab6852cd72c1bf1689c /perl_checker.src/common.mli
parent874716e3b4afe0cb4048ca716e5178a882b71efd (diff)
downloadperl_checker-701155c3ec847cb0cb7ee5ed5a4d56945fe21ab3.tar
perl_checker-701155c3ec847cb0cb7ee5ed5a4d56945fe21ab3.tar.gz
perl_checker-701155c3ec847cb0cb7ee5ed5a4d56945fe21ab3.tar.bz2
perl_checker-701155c3ec847cb0cb7ee5ed5a4d56945fe21ab3.tar.xz
perl_checker-701155c3ec847cb0cb7ee5ed5a4d56945fe21ab3.zip
*** empty log message ***
Diffstat (limited to 'perl_checker.src/common.mli')
-rw-r--r--perl_checker.src/common.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl_checker.src/common.mli b/perl_checker.src/common.mli
index cfb4780..ee2bb01 100644
--- a/perl_checker.src/common.mli
+++ b/perl_checker.src/common.mli
@@ -193,6 +193,7 @@ val is_lowercase : char -> bool
val char_is_alphanumerical : char -> bool
val char_is_alphanumerical_ : char -> bool
val char_is_alpha : char -> bool
+val char_is_number : char -> bool
val string_forall_with : (char -> bool) -> int -> string -> bool
val starts_with_non_lowercase : string -> bool
val fold_lines : ('a -> string -> 'a) -> 'a -> in_channel -> 'a