Added SB_Compare

git-svn-id: svn://svn.cc65.org/cc65/trunk@3153 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2004-07-11 11:13:10 +00:00
parent 38fe19a1a3
commit 725afdee94
2 changed files with 30 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
/* */
/* */
/* */
/* (C) 2001-2003 Ullrich von Bassewitz */
/* (C) 2001-2004 Ullrich von Bassewitz */
/* R<>merstrasse 52 */
/* D-70794 Filderstadt */
/* EMail: uz@cc65.org */
@@ -343,6 +343,9 @@ void SB_Move (StrBuf* Target, StrBuf* Source);
* contents of Target, and Source will be empty after the call.
*/
int SB_Compare (const StrBuf* S1, const StrBuf* S2);
/* Do a lexical compare of S1 and S2. See strcmp for result codes. */
/* End of strbuf.h */