Demo 0.0.1
Example C++ project
Loading...
Searching...
No Matches
greeting.h
Go to the documentation of this file.
1//
2// Copyright (c) Zhanwei Wang (me@zhanwei.wang)
3// Licenced under Apache License Version 2.0. See LICENSE for details.
4//
5#ifndef DEMO_SRC_DEMO_CMD_GREETING_H
6#define DEMO_SRC_DEMO_CMD_GREETING_H
7
8namespace demo {
9
13void greeting();
14} // namespace demo
15
16#endif // DEMO_SRC_DEMO_CMD_GREETING_H
Definition greeting.cpp:12
void greeting()
Command line used to print greeting information.
Definition greeting.cpp:13