aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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