9 lines
121 B
C
9 lines
121 B
C
|
#include <string.h>
|
||
|
|
||
|
#include "mmap.h"
|
||
|
|
||
|
int main(int argc, char **argv) {
|
||
|
// Some really cool tests!
|
||
|
return 0;
|
||
|
}
|