Toggle navigation
Ocean Color Science Software
Jump to content
ocssw
V2022
web
ocssw
ocssw_src
oel_util
libgenutils
olog
loader.h
Go to the documentation of this file.
1
2
#ifndef INCLUDE_OLOG_LOADER_H_
3
#define INCLUDE_OLOG_LOADER_H_
4
5
olog
*
olog_load_default
();
6
void
olog_destroy_default
();
7
8
#endif
/* INCLUDE_OLOG_LOADER_H_ */
olog_destroy_default
void olog_destroy_default()
Definition:
olog_loader.c:28
olog_load_default
olog * olog_load_default()
Definition:
olog_loader.c:12
olog
Definition:
olog.c:11