yw_packet_append_int

Name

yw_packet_append_int -- append integer at the end of packet

Synopsis


     #include <yw/packet.h>
   

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.