diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-10-12 19:34:29 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-10-12 19:34:29 +0200 |
| commit | ee129a671620de49a5477b1e84bfcd110c522831 (patch) | |
| tree | ce42445b27213e559c0e1f24b7f47190b30c2925 | |
| parent | 17eda4dedb0d70c5a82edf77e9b3aaa1af5bfb19 (diff) | |
| download | nissy-core-ee129a671620de49a5477b1e84bfcd110c522831.tar.gz nissy-core-ee129a671620de49a5477b1e84bfcd110c522831.zip | |
Trivial fixes to comments
Diffstat (limited to '')
| -rw-r--r-- | src/nissy.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/nissy.h b/src/nissy.h index f91ee63..d365a32 100644 --- a/src/nissy.h +++ b/src/nissy.h | |||
| @@ -3,10 +3,10 @@ This is libnissy (temporarily also known as h48), a Rubik's cube library. | |||
| 3 | 3 | ||
| 4 | If you include this file, you should also use the following includes: | 4 | If you include this file, you should also use the following includes: |
| 5 | 5 | ||
| 6 | #include <inttypes> | 6 | #include <inttypes.h> |
| 7 | #include <stdarg> | 7 | #include <stdarg.h> |
| 8 | #include <stdbool> | 8 | #include <stdbool.h> |
| 9 | #include <string> | 9 | #include <string.h> |
| 10 | 10 | ||
| 11 | All the functions return 0 or a positive integer in case of success and | 11 | All the functions return 0 or a positive integer in case of success and |
| 12 | a negative integer in case of error, unless otherwise specified. | 12 | a negative integer in case of error, unless otherwise specified. |
