r1639: Initial revision
[clsql.git] / interfaces / 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 }