Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
JAM_NewSubPacket(3)	     JAM subroutine library	     JAM_NewSubPacket(3)

NAME
     JAM_NewSubPacket - Create a new subfield packet

SYNOPSIS
     #include <jamlib/jam.h>

     s_JamSubPacket* JAM_NewSubPacket(void);

DESCRIPTION
     Creates a new, empty, subfield packet.

   Arguments
     None

RETURN VALUE
     The subpacket handle, if successful, or NULL if a memory allocation failed.

EXAMPLES
     s_JamSubPacket*   SubPacket_PS;

     SubPacket_PS = JAM_NewSubPacket();
     if (!SubPacket_PS) {
	 printf("JAM_NewSubPacket returned NULL.\n");
	 return;
     }

AUTHOR
     This  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 ALSO
     jamlib(3),  JAM_DelSubPacket(3),  JAM_GetSubfield(3), JAM_GetSubfield_R(3),
     JAM_PutSubfield(3)

				   2002-11-07		     JAM_NewSubPacket(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=JAM_NewSubPacket&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help