qlmpi: export qlmpilib.h

This commit is contained in:
Ken Sato
2017-08-30 10:37:36 +09:00
parent 236a072311
commit b53fb5f5cb
3 changed files with 3 additions and 1 deletions

View File

@ -0,0 +1,10 @@
#ifndef __HEADER_QLMPILIB_H
#define __HEADER_QLMPILIB_H
int ql_client(int *argc, char ***argv);
#define QL_CONTINUE 1
#define QL_EXIT 0
#endif