added latency
[tridge/junkcode.git] / opendir.c
1 #include <stdio.h>
2 #include <stdlib.h>
3 #include <sys/types.h>
4 #include <dirent.h>
5 #include <fcntl.h>
6 #include <errno.h>
7
8
9
10 int foo(void)
11 {
12         return sizeof(DIR);
13 }