open_cwd.c 67 B

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