doxygen-example  0.0.1
A silly C program to use for demonstrating doxygen
C:/Users/Toby/git/doxygen-example/display.h File Reference

A silly file for printing messages. More...

#include <stdlib.h>

Go to the source code of this file.

Macros

#define HELLO_WORLD   "Hello world!"
 
#define GOODBYE_WORLD   "Goodbye cruel world"
 

Functions

int displayMessage (char *message)
 A silly function that wraps printf() More...
 

Detailed Description

A silly file for printing messages.

This simply wraps a call to printf() and provides a couple of predefined strings to use as messages.

Author
TM