#include "ruby.h"
#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
#include <process.h>
#include <limits.h>
#include <errno.h>
#include <os2.h>
Include dependency graph for os2.c:
Go to the source code of this file.
Defines | |
#define | INCL_DOS |
Typedefs | |
typedef char * | CHARP |
Functions | |
int | chown (char *path, int owner, int group) |
int | do_spawn (char *cmd) |
int do_spawn | ( | char * | cmd | ) |