1 #include "open.h"
2 
open_cwd(void)3 int open_cwd(void)
4 {
5   return open_read(".");
6 }
7