toxcore/nacl/curvecp/open_cwd.c

7 lines
67 B
C
Raw Normal View History

2013-07-02 21:53:34 +08:00
#include "open.h"
int open_cwd(void)
{
return open_read(".");
}