From f723389e5143c9ee0bc3d9774bb523b1c752b74c Mon Sep 17 00:00:00 2001 From: Charles Date: Tue, 8 Oct 2019 18:33:20 +0200 Subject: Fix ft_memmove and calloc - memmove doesnt depend on a buffer size - calloc return NULL if count or size == 0 - added byte type --- pre2019_subject.en.pdf | Bin 0 -> 1455686 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 pre2019_subject.en.pdf (limited to 'pre2019_subject.en.pdf') diff --git a/pre2019_subject.en.pdf b/pre2019_subject.en.pdf new file mode 100644 index 0000000..e5bee09 Binary files /dev/null and b/pre2019_subject.en.pdf differ -- cgit