CCF
Loading...
Searching...
No Matches
run.h
Go to the documentation of this file.
1// Copyright (c) Microsoft Corporation. All rights reserved.
2// Licensed under the Apache 2.0 License.
3#pragma once
4
5namespace ccf
6{
7 int run(int argc, char** argv);
8}
Definition app_interface.h:14
int run(int argc, char **argv)
Definition run.cpp:107