aboutsummaryrefslogtreecommitdiffhomepage
path: root/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'common.h')
-rw-r--r--common.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/common.h b/common.h
index 5aa6c276..f6cfcc0a 100644
--- a/common.h
+++ b/common.h
@@ -211,6 +211,14 @@ wchar_t *wcsvarname( const wchar_t *str );
/**
+ Test if the given string is a valid function name.
+
+ \return null if this is a valid name, and a pointer to the first invalid character otherwise
+*/
+
+wchar_t *wcsfuncname( const wchar_t *str );
+
+/**
Test if the given string is valid in a variable name
\return 1 if this is a valid name, 0 otherwise