Powered by Apache

CVS log for OpenXM_contrib2/asir2000/io/io.c

[BACK] Up to [local] / OpenXM_contrib2 / asir2000 / io

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: RELEASE_20000124


Revision 1.2 / (download) - annotate - [select for diffs], Tue Jan 18 05:55:07 2000 UTC (24 years, 4 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_20000124
Changes since 1.1: +42 -1 lines
Diff to previous 1.1 (colored)

Added library mode functions for OpenXM. They are defined in io/ox_asir.c.

   asir_ox_init(int type)   type :0  (big endian=network byte order)
                                 :1  (little endian)

   asir_ox_push_cmo(void *cmo)
		   size field seems uncessary, so I omitted it.

   asir_ox_pop_cmo(void *cmo,int limit)
		   I assumed that cmo points to a region whose size
		   is not smaller than limit.

   asir_ox_push_cmd(int cmd)

   asir_ox_execute_string(char *str)

   asir_ox_peek_cmo_size()

asir_ox_init() and asir_ox_execute_string() cannot be tested on Risa/Asir
itself because it shares various variables related to the parser.
So I hope that some one helps testing by linking the ox_asir library
(though it has not been created yet).

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>