Robot Control Library
version.h File Reference

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   3
 
#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...