toxcore/nacl/curvecp/open_cwd.c
2013-07-02 09:53:34 -04:00

7 lines
67 B
C

#include "open.h"
int open_cwd(void)
{
return open_read(".");
}