Numerus  v2.0.0
Roman numerals conversion and manipulation C library.
main.c File Reference

Numerus example main that starts the CLI. More...

#include "numerus.h"

Go to the source code of this file.

Functions

int main (int argc, char **args)
 Numerus example main that only starts the Numerus CLI.
 

Detailed Description

Numerus example main that starts the CLI.

License:
This file is part of the Numerus project which is released under the BSD 3-clause license.

This file contains an extremly simple example of how to use the Numerus library to start a command line interface that allows simple and user-friendly conversion of roman numerals.s

Definition in file main.c.