aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-10-12 19:34:29 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-10-12 19:34:29 +0200
commitee129a671620de49a5477b1e84bfcd110c522831 (patch)
treece42445b27213e559c0e1f24b7f47190b30c2925
parent17eda4dedb0d70c5a82edf77e9b3aaa1af5bfb19 (diff)
downloadnissy-core-ee129a671620de49a5477b1e84bfcd110c522831.tar.gz
nissy-core-ee129a671620de49a5477b1e84bfcd110c522831.zip
Trivial fixes to comments
-rw-r--r--src/nissy.h8
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
4If you include this file, you should also use the following includes: 4If 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
11All the functions return 0 or a positive integer in case of success and 11All the functions return 0 or a positive integer in case of success and
12a negative integer in case of error, unless otherwise specified. 12a negative integer in case of error, unless otherwise specified.

Generated with cgit - Back to sebastiano.tronto.net