version 1.5, 2003/02/04 20:43:55 |
version 1.8, 2003/09/15 09:31:42 |
|
|
/* -*- mode: C -*- */ |
/* -*- mode: C -*- */ |
/* $OpenXM: OpenXM/src/ox_toolkit/sample2.c,v 1.4 2003/01/11 11:42:32 ohara Exp $ */ |
/* $OpenXM: OpenXM/src/ox_toolkit/sample2.c,v 1.7 2003/03/30 08:05:23 ohara Exp $ */ |
|
|
/* |
/* |
This program explains how to get |
This program explains how to get |
|
|
#include <stdlib.h> |
#include <stdlib.h> |
#include <unistd.h> |
#include <unistd.h> |
#include "ox_toolkit.h" |
#include "ox_toolkit.h" |
|
|
|
OXFILE* ox_start(char* host, char* prog1, char* prog2); |
|
|
void explain_cmo(cmo *); |
void explain_cmo(cmo *); |
|
|