Effective implementation of algorithms (Master Thesis)
Effective and error-free implementation of algorithms
|
#include <stdarg.h>
Go to the source code of this file.
Namespaces | |
namespace | color |
Enumerations | |
enum | color::Color { color::BLUE = 34, color::PINK = 35, color::CYAN = 36 } |
Functions | |
void | color::colorPrintf (Color color, const char *fmt,...) |