The Gaudi Framework  master (f31105fd)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Functions.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

char const * greet ()
 Simple C++ function. More...
 

Function Documentation

◆ greet()

char const* greet ( )

Simple C++ function.

Definition at line 19 of file Functions.cpp.

19 { return "hello, world"; }