mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-28 08:58:55 +00:00
7 lines
67 B
C
7 lines
67 B
C
|
#include "open.h"
|
||
|
|
||
|
int open_cwd(void)
|
||
|
{
|
||
|
return open_read(".");
|
||
|
}
|