From e968366e2195c3741f904275f2802a4069c52e03 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 26 May 1999 18:10:59 +0000 Subject: Prototypes are now based on how the TRON specification states them. The style in the output is not right but it is a good starting point. --- doc/itron3.0/eventflags.t | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) (limited to 'doc/itron3.0/eventflags.t') diff --git a/doc/itron3.0/eventflags.t b/doc/itron3.0/eventflags.t index 475394595c..b7a044805d 100644 --- a/doc/itron3.0/eventflags.t +++ b/doc/itron3.0/eventflags.t @@ -49,7 +49,8 @@ and status codes. @ifset is-C @example -int cre_flg( +ER cre_flg ( + ID flgid, T_CFLG *pk_cflg ); @end example @end ifset @@ -77,7 +78,8 @@ int cre_flg( @ifset is-C @example -int del_flg( +ER del_flg ( + ID flgid ); @end example @end ifset @@ -105,7 +107,8 @@ int del_flg( @ifset is-C @example -int set_flg( +ER set_flg ( + ID flgid, UINT setptn ); @end example @end ifset @@ -133,7 +136,8 @@ int set_flg( @ifset is-C @example -int clr_flg( +ER clr_flg ( + ID flgid, UINT clrptn ); @end example @end ifset @@ -161,7 +165,8 @@ int clr_flg( @ifset is-C @example -int wai_flg( +ER wai_flg ( + UINT *p_flgptn, ID flgid, UINT waiptn, UINT wfmode ER ercd =twai_flg ); @end example @end ifset @@ -189,7 +194,8 @@ int wai_flg( @ifset is-C @example -int pol_flg( +ER pol_flg ( + UINT *p_flgptn, ID flgid, UINT waiptn, UINT wfmode ); @end example @end ifset @@ -217,7 +223,8 @@ int pol_flg( @ifset is-C @example -int twai_flg( +ER ercd =twai_flg ( + UINT *p_flgptn, ID flgid, UINT waiptn, UINT wfmode, ); @end example @end ifset @@ -245,7 +252,8 @@ int twai_flg( @ifset is-C @example -int ref_flg( +ER ref_flg ( + T_RFLG *pk_rflg, ID flgid ); @end example @end ifset -- cgit v1.2.3