![]() |
AcouSTO
version 2.0
|
#include <string.h>#include <stdlib.h>#include <stdio.h>#include <unistd.h>#include <getopt.h>#include <sys/utsname.h>#include <sys/types.h>#include <pwd.h>#include <complex.h>#include <mysql.h>
Go to the source code of this file.
Macros | |
| #define | COMPLEX double complex |
Functions | |
| void | close_connection () |
| void | printhelp () |
| int | open_connection (char *mysql_hostname, char *mysql_user, char *mysql_password, char *mysql_db, int mysql_port) |
| int | main (int argc, char **argv) |
Variables | |
| MYSQL * | connection |
| MYSQL * | mysql |