Post

pithy.h

#ifndef PITHY_H
#define PITHY_H

/**
 * Function to print a random saying from a file.
 * @param filename The name of the file containing the sayings.
 */
void print_random_saying(const char *filename);

#endif // PITHY_H
This post is licensed under CC BY 4.0 by the author.