From f9003d89b17c039ab903f622580e61925e137523 Mon Sep 17 00:00:00 2001 From: klaar36 Date: Mon, 20 Mar 2017 17:59:45 +0100 Subject: added given files for standalone labs --- src/standalone/upg5/pagedir.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/standalone/upg5/pagedir.c (limited to 'src/standalone/upg5/pagedir.c') diff --git a/src/standalone/upg5/pagedir.c b/src/standalone/upg5/pagedir.c new file mode 100644 index 0000000..7ef78a3 --- /dev/null +++ b/src/standalone/upg5/pagedir.c @@ -0,0 +1,8 @@ +/* The code that simulates and tests your address verification. How + this is done is disclosed. As a student you shall not compile this + file, but instead compile your program with the .o file as: + + gcc -Wall -Wextra -std=c99 -pedantic -g verify_adr.c pagedir.o + */ +#error Read comment above. Leave this line in place. + -- cgit v1.2.1