amath
1.8.5
Simple command line calculator
|
#include "amathc.h"
Go to the source code of this file.
Functions | |
unsigned int | AllocAndCopy (char **destination, const char *source) |
Allocate memory and copy a string into the array. More... | |
unsigned int AllocAndCopy | ( | char ** | destination, |
const char * | source | ||
) |
Allocate memory and copy a string into the array.
Definition at line 40 of file alloccpy.c.
Referenced by AnsiConoleEngine::AnsiConoleEngine(), CharBuffer::ClearAndCopy(), ConsoleBase::ConsoleBase(), AnsiConoleEngine::CopyLine(), DeleteStatement::DeleteStatement(), DrawStatement::DrawStatement(), ErrorNode::ErrorNode(), ExecuteStatement::ExecuteStatement(), FunctionNode::FunctionNode(), HelpStatement::HelpStatement(), Lexer::Lexer(), ListStatement::ListStatement(), StandardLanguage::LoadCatalog(), LoadStatement::LoadStatement(), PlotStatement::PlotStatement(), PromptStatement::PromptStatement(), SaveStatement::SaveStatement(), PreferencesBase::SetDefaults(), PreferencesBase::SetPrompt(), AnsiConoleEngine::SetPrompt(), ConsoleBase::SetPrompt(), AnsiConoleEngine::ShowLast(), ShowStatement::ShowStatement(), StatementNode::StatementNode(), Token::Token(), UserFunction::UserFunction(), and Variable::Variable().