yw_packet_append_words

Name

yw_packet_append_words -- append bunch of words at the end of a packet

Synopsis


     #include <yw/packet.h>
   

void yw_packet_append_words(YwPacket *pkt, const YwWord *src, int len);

DESCRIPTION

This function appends len words at the end of packet pkt. First word to be appended is taken from *src, which is head of linked list of words. If len is -1 all available words are appended. If src isn't long enough, only available words are appended.

SEE ALSO

yw_packet_copyof (3), yw_make_packet (3),

INFO

Generated from: packet.c,v 1.10 2001/05/21 09:58:51 malekith Exp.