#include "sick_scan/sick_scan_base.h"#include <stdlib.h>#include <io.h>#include <getopt.h>#include <process.h>#include <direct.h>#include "usleep.h"
Go to the source code of this file.
Macros | |
| #define | _UNISTD_H 1 |
| #define | access _access |
| #define | chdir _chdir |
| #define | dup2 _dup2 |
| #define | execve _execve |
| #define | F_OK 0 /* Test for existence. */ |
| #define | fileno _fileno |
| #define | ftruncate _chsize |
| #define | getcwd _getcwd |
| #define | isatty _isatty |
| #define | lseek _lseek |
| #define | R_OK 4 /* Test for read permission. */ |
| #define | random rand |
| #define | srandom srand |
| #define | ssize_t long |
| #define | STDERR_FILENO 2 |
| #define | STDIN_FILENO 0 |
| #define | STDOUT_FILENO 1 |
| #define | unlink _unlink |
| #define | W_OK 2 /* Test for write permission. */ |
| #define _UNISTD_H 1 |
Definition at line 3 of file unistd_win.h.
| #define access _access |
Definition at line 26 of file unistd_win.h.
| #define chdir _chdir |
Definition at line 33 of file unistd_win.h.
| #define dup2 _dup2 |
Definition at line 27 of file unistd_win.h.
| #define execve _execve |
Definition at line 28 of file unistd_win.h.
| #define F_OK 0 /* Test for existence. */ |
Definition at line 24 of file unistd_win.h.
| #define fileno _fileno |
Definition at line 31 of file unistd_win.h.
| #define ftruncate _chsize |
Definition at line 29 of file unistd_win.h.
| #define getcwd _getcwd |
Definition at line 32 of file unistd_win.h.
| #define isatty _isatty |
Definition at line 34 of file unistd_win.h.
| #define lseek _lseek |
Definition at line 35 of file unistd_win.h.
| #define R_OK 4 /* Test for read permission. */ |
Definition at line 21 of file unistd_win.h.
| #define random rand |
Definition at line 17 of file unistd_win.h.
| #define srandom srand |
Definition at line 16 of file unistd_win.h.
| #define ssize_t long |
Definition at line 41 of file unistd_win.h.
| #define STDERR_FILENO 2 |
Definition at line 46 of file unistd_win.h.
| #define STDIN_FILENO 0 |
Definition at line 44 of file unistd_win.h.
| #define STDOUT_FILENO 1 |
Definition at line 45 of file unistd_win.h.
| #define unlink _unlink |
Definition at line 30 of file unistd_win.h.
| #define W_OK 2 /* Test for write permission. */ |
Definition at line 22 of file unistd_win.h.