There was an error while loading. Please reload this page.
1 parent 49fa160 commit a9b003aCopy full SHA for a9b003a
2 files changed
Makefile
@@ -1,4 +1,4 @@
1
-VERSION := 9.1.0
+VERSION := 10.0.0
2
MAJOR_VERSION := $(shell echo $(VERSION) | head -c 1)
3
4
# installation directory (/usr/local by default)
src/cs50.h
@@ -43,12 +43,7 @@
43
#include <limits.h>
44
#include <stdarg.h>
45
#include <stdbool.h>
46
-#include <stdlib.h>
47
-
48
-/**
49
- * Our own type for bytes.
50
- */
51
-typedef unsigned char byte;
+#include <stddef.h>
52
53
/**
54
* Our own type for (pointers to) strings.
0 commit comments