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/mailbox.t | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) (limited to 'doc/itron3.0/mailbox.t') diff --git a/doc/itron3.0/mailbox.t b/doc/itron3.0/mailbox.t index b2a123ece9..e37d46a20b 100644 --- a/doc/itron3.0/mailbox.t +++ b/doc/itron3.0/mailbox.t @@ -48,7 +48,8 @@ and status codes. @ifset is-C @example -int cre_mbx( +ER cre_mbx ( + ID mbxid, T_CMBX* pk_cmbx ); @end example @end ifset @@ -76,7 +77,8 @@ int cre_mbx( @ifset is-C @example -int del_mbx( +ER del_mbx ( + ID mbxid ); @end example @end ifset @@ -104,7 +106,8 @@ int del_mbx( @ifset is-C @example -int snd_msg( +ER snd_msg ( + ID mbxid, T_MSG *pk_msg ); @end example @end ifset @@ -132,7 +135,8 @@ int snd_msg( @ifset is-C @example -int rcv_msg( +ER rcv_msg ( + T_MSG **ppk_msg, ID mbxid ER ercd =prcv_msg ); @end example @end ifset @@ -160,7 +164,8 @@ int rcv_msg( @ifset is-C @example -int prcv_msg( +ER ercd =prcv_msg ( + T_MSG **ppk_msg, ID mbxid ); @end example @end ifset @@ -188,7 +193,8 @@ int prcv_msg( @ifset is-C @example -int trcv_msg( +ER ercd =trcv_msg ( + T_MSG **ppk_msg, ID mbxid, TMO tmout ); @end example @end ifset @@ -216,7 +222,8 @@ int trcv_msg( @ifset is-C @example -int ref_mbx( +ER ref_mbx ( + T_RMBX *pk_rmbx, ID mbxid ); @end example @end ifset -- cgit v1.2.3