6 lines
69 B
C
6 lines
69 B
C
|
|
#include <uv.h>
|
||
|
|
|
||
|
|
uv_fs_t uv_fs_new() {
|
||
|
|
uv_fs_t req;
|
||
|
|
return req;
|
||
|
|
}
|