From 13cf037953a79def598b7842ebdc41a50275bbd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Thu, 22 Jun 2023 03:28:46 +0300 Subject: README, LICENSE text, simple example --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..e6fa20e --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# C Optional + +Poor man's optional "type templates" for C. + +In its current form it's intended to be used with "one word" types. Might +or might not "make it compatible" with structs, enums, unions, etc. in the +future, if the need arises. + +Just for fun. + +## Example usage + +If you want to see an example on how to use it, see `example.c`. -- cgit v1.2.3