CHROMA
qdpc_init.h
Go to the documentation of this file.
1 #ifndef QDPC_INIT_H
2 #define QDPC_INIT_H
3 
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 void initializeQDPC(int *argc, char **argv[]);
8 void finalizeQDPC(void);
9 
10 #ifdef __cplusplus
11 }
12 #endif
13 
14 #endif
void finalizeQDPC(void)
Definition: qdpc_init.c:16
void initializeQDPC(int *argc, char **argv[])
Definition: qdpc_init.c:7