Spicy
init.h
1 // Copyright (c) 2020-2021 by the Zeek Project. See LICENSE for details.
2 
3 #pragma once
4 
5 namespace spicy::rt {
6 
11 extern void init();
12 
17 extern void done();
18 
20 extern bool isInitialized();
21 
22 } // namespace spicy::rt
void init()
Definition: init.cc:18
void done()
Definition: init.cc:58
bool isInitialized()
Definition: init.cc:75