Functions | |
void | irc_get_version (unsigned int *high, unsigned int *low) |
Obtains a libircclient version. |
void irc_get_version | ( | unsigned int * | high, | |
unsigned int * | low | |||
) |
Obtains a libircclient version.
high | A pointer to receive the high version part. | |
low | A pointer to receive the low version part. |
printf ("Version: %d.%02d", high, low);