mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
fix function decls for stringrel() and stringcaserel()
This commit is contained in:
4
value.h
4
value.h
@@ -568,8 +568,8 @@ E_FUNC long stringcontent(STRING *s);
|
||||
E_FUNC long stringlowbit(STRING *s);
|
||||
E_FUNC long stringhighbit(STRING *s);
|
||||
E_FUNC BOOL stringcmp(STRING *, STRING *);
|
||||
E_FUNC BOOL stringrel(STRING *, STRING *);
|
||||
E_FUNC BOOL stringcaserel(STRING *, STRING *);
|
||||
E_FUNC FLAG stringrel(STRING *, STRING *);
|
||||
E_FUNC FLAG stringcaserel(STRING *, STRING *);
|
||||
E_FUNC int stringbit(STRING *, long);
|
||||
E_FUNC BOOL stringtest(STRING *);
|
||||
E_FUNC int stringsetbit(STRING *, long, BOOL);
|
||||
|
Reference in New Issue
Block a user