diff options
| -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. |
