#include <stdio.h>#include <stdlib.h>#include <string.h>#include <dlfcn.h>#include "mysqlfs-plugin.h"#include <mysqlfs.h>Include dependency graph for check-xor.c:

Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| Test program to check that the dummy loads; based on the example in dlopen() man page. | |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Test program to check that the dummy loads; based on the example in dlopen() man page.
Definition at line 16 of file check-xor.c.
References DATA_BLOCK_SIZE, and VERSION.
1.4.7