mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-01-02 19:36:48 +00:00
7 lines
67 B
C
7 lines
67 B
C
|
#include "open.h"
|
||
|
|
||
|
int open_cwd(void)
|
||
|
{
|
||
|
return open_read(".");
|
||
|
}
|