Version ebook / Retour
mysql_get_client_info()
char *mysql_get_client_info(void)
This function returns the client library version. Here is an example:
... const char *info; info = mysql_get_client_info( ); printf("Client Library Version: %s \n", info); ...