cd0c267d239c1951f83ff5f4e37a13130eab182e
[clsql.git] / db-mysql / testing / mysql-struct-size.cc
1 #include <stdio.h>
2 #include "/opt/mysql/include/mysql/mysql.h"
3
4 int main (int argc, char** argv)
5 {
6   printf ("Size of MYSQL struct: %ld\n", sizeof (MYSQL));
7 }