diff options
Diffstat (limited to 'src/locale/pleval.h')
-rw-r--r-- | src/locale/pleval.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/locale/pleval.h b/src/locale/pleval.h new file mode 100644 index 00000000..398d1b98 --- /dev/null +++ b/src/locale/pleval.h @@ -0,0 +1,6 @@ +#ifndef PLEVAL_H +#define PLEVAL_H + +unsigned long __pleval(const char *, unsigned long); + +#endif |