version 1.1, 1999/12/16 06:09:42 |
version 1.2, 2000/03/10 12:24:39 |
|
|
/* -*- mode: C -*- */ |
/* -*- mode: C -*- */ |
/* $OpenXM$ */ |
/* $OpenXM: OpenXM/src/ox_toolkit/sample1.c,v 1.1 1999/12/16 06:09:42 ohara Exp $ */ |
|
|
/* |
/* |
This sample program explains how to construct |
This sample program explains how to construct |
|
|
#include <stdio.h> |
#include <stdio.h> |
#include <stdlib.h> |
#include <stdlib.h> |
#include <unistd.h> |
#include <unistd.h> |
#include "ox.h" |
#include "ox_toolkit.h" |
|
|
/* This program uses High-level functions of OpenXM C library. */ |
/* This program uses High-level functions of OpenXM C library. */ |
int main() |
int main() |