From bfc1508d26c89c9a36d2d9a827fe2c4ed128884d Mon Sep 17 00:00:00 2001 From: kx Date: Fri, 24 Mar 2023 03:55:33 +0300 Subject: Version 0.1.4 --- csvncgi/cmpvers.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 csvncgi/cmpvers.h (limited to 'csvncgi/cmpvers.h') diff --git a/csvncgi/cmpvers.h b/csvncgi/cmpvers.h new file mode 100644 index 0000000..c233324 --- /dev/null +++ b/csvncgi/cmpvers.h @@ -0,0 +1,18 @@ + +#ifndef _CMP_VERSION_H_ +#define _CMP_VERSION_H_ + +#ifdef __cplusplus +extern "C" { +#endif + + +extern int cmp_version( const char *s1, const char *s2 ); +extern const char *max_version( const char *s1, const char *s2 ); + + +#ifdef __cplusplus +} /* ... extern "C" */ +#endif + +#endif /* _CMP_VERSION_H_ */ -- cgit v1.2.3