The Gaudi Framework  master (37c0b60a)
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"; }