diff options
| author | Federico Angelilli <code@fedang.net> | 2024-03-26 22:06:50 +0100 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2024-03-28 18:04:56 +0100 |
| commit | 47ae717ef705ea6e06befcc1977a8045a84a66e9 (patch) | |
| tree | 7bb4ab4ac7ba762d47c17ee66fb0a363a1ebe370 | |
| parent | 214613672fdb98dc20a3dbb7f970f05b90f2aeb8 (diff) | |
Add readme
| -rw-r--r-- | README.md | 3 | ||||
| -rw-r--r-- | any_log.h | 2 | ||||
| -rw-r--r-- | test/log.c (renamed from test.c) | 0 |
3 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..d4513ba --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# any\_libs + +single-file C library licensed under MIT @@ -1,6 +1,6 @@ // any_log // -// A single header library that provides a simple and somewhat opinionated +// A single-file library that provides a simple and somewhat opinionated // interface for logging and structured logging. // // To use this library you should choose a suitable file to put the |
