Loading...
Searching...
No Matches
CommandLine.h
Go to the documentation of this file.
1/*
2** This file is part of eOn.
3**
4** SPDX-License-Identifier: BSD-3-Clause
5**
6** Copyright (c) 2010--present, eOn Development Team
7** All rights reserved.
8**
9** Repo:
10** https://github.com/TheochemUI/eOn
11*/
12#pragma once
13
14namespace eonc {
15
16void commandLine(int argc, char **argv);
17
18} // namespace eonc
RAII resource manager for the ARTn C library with global synchronization.
void commandLine(int argc, char **argv)