![]() |
![]()
| ![]() |
![]()
NAMEJAM_DelSubPacket - Delete a subfield packet SYNOPSIS#include <jamlib/jam.h> int JAM_DelSubPacket(s_JamSubPacket* SubPack_PS); DESCRIPTIONFrees all memory used by a subfield packet. All subfields in the packet will be lost and the packet handle will not be valid any more. Arguments
RETURN VALUE
EXAMPLESs_JamSubPacket* SubPacket_PS; SubPacket_PS = JAM_NewSubPacket(); if (!SubPacket_PS) { AUTHORThis manual page was created by Sir Raorn <raorn@altlinux.ru>, based on original JAMlib documentation by Bjorn Stenberg <bjorn@haxx.nu> and Johan Billing <billing@df.lth.se>. SEE ALSOjamlib(3), JAM_NewSubPacket(3), JAM_GetSubfield(3), JAM_GetSubfield_R(3), JAM_PutSubfield(3)
|