aboutsummaryrefslogtreecommitdiffstats
path: root/src/standalone/upg5/pagedir.c
blob: 7ef78a372c866b89c8fea69a950be60808b32da1 (plain) (blame)
1
2
3
4
5
6
7
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.