#include <assert.h>#include <errno.h>#include <stdio.h>#include <string.h>#include <stdlib.h>#include "uv.h"#include "internal.h"
Go to the source code of this file.
Functions | |
| void | uv_fatal_error (const int errorno, const char *syscall) |
| int | uv_translate_sys_error (int sys_errno) |