amath
1.8.5
Simple command line calculator
|
Compare two null terminated strings to each other. More...
#include "amathc.h"
Go to the source code of this file.
Functions | |
bool | StrIsEqual (const char *s1, const char *s2) |
Compare two null terminated strings to each other. More... | |
Compare two null terminated strings to each other.
Code originate from FreeBSD base, revision 229286.
The original source code can be obtained from: https://svnweb.freebsd.org/base/head/lib/libc/string/strcmp.c?revision=229286
Definition in file strcmp.c.
bool StrIsEqual | ( | const char * | s1, |
const char * | s2 | ||
) |
Compare two null terminated strings to each other.
Definition at line 50 of file strcmp.c.
Referenced by VariableList::CreateVariable(), FunctionList::Delete(), FunctionList::FindAlias(), Language::FindAlias(), FunctionList::GetFunctionCall(), FunctionList::GetFunctionDef(), Language::GetHelpText(), FunctionList::GetSystemFunction(), VariableList::GetVariable(), StandardProgram::Initialize(), CharBuffer::Is(), StandardFilesystem::ListDirectory(), CharBuffer::RemoveTrailing(), and StandardLanguage::StrIsEqualLoc().