Robot Control Library
|
Go to the source code of this file.
Macros | |
#define | RC_LIB_VERSION_MAJOR 1 |
#define | RC_LIB_VERSION_MINOR 0 |
#define | RC_LIB_VERSION_PATCH 5 |
#define | RC_LIB_VERSION_HEX |
Functions | |
unsigned int | rc_version (void) |
get an integer representation of the library version More... | |
const char * | rc_version_string (void) |
gets a string representation of the current library version. More... | |
void | rc_version_print (void) |
prints a string representation of the current library version to stdout with no trailing newline character. More... | |