Spicy
spicy
runtime
include
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
hilti::rt::init
void init()
Definition:
init.cc:18
hilti::rt::done
void done()
Definition:
init.cc:58
hilti::rt::isInitialized
bool isInitialized()
Definition:
init.cc:75
spicy::rt
Generated by
1.8.13