BeBOP Optimized Sparse Kernel Interface Library  1.0.1h
init.h
Go to the documentation of this file.
00001 
00009 #if !defined(INC_OSKI_INIT_H)
00010 
00011 #define INC_OSKI_INIT_H
00012 
00016 int oski_Init (void);
00017 
00021 void oski_Close (void);
00022 
00023 #endif
00024 
00025 /* eof */