amath  1.8.5
Simple command line calculator
help.cpp File Reference
#include "help.h"
#include "amath.h"
#include "amathc.h"
#include "loc/help.h"
#include "loc/text.h"
#include "system/program.h"
Include dependency graph for help.cpp:

Go to the source code of this file.

Macros

#define APPENDHELP(x)
 

Macro Definition Documentation

◆ APPENDHELP

#define APPENDHELP (   x)
Value:
text = x; \
output->EnsureGrowth(StrLen(text)); \
output->Append(text);
int StrLen(const char *string)
Get the length of a null terminated string.
Definition: strlen.c:34

Definition at line 82 of file help.cpp.