Name
yw_packet_append_int -- append integer at the end of packet
Synopsis
void yw_packet_append_int
(YwPacket *pkt,
int32_t i);
DESCRIPTION
This function appends one word of type yw_int_word
at the end of packet pkt. Appended word contains
integer i.
SEE ALSO
yw_packet_append_ptr
(3),
yw_make_packet
(3),
INFO
Generated from: packet.c,v 1.10 2001/05/21 09:58:51 malekith Exp.