MAN page from RedHat Other boss-960104-1.i386.rpm
BossFree
Section: C Library Functions (3)
Updated: 4 January 1996
Index NAME
BossFree - De-allocate memory contained in a BOSS_DATA structure.
SYNOPSIS
#include <boss.h>void BossFree(bdata)BOSS_DATA *bdata;
DESCRIPTION
This function is part of the Casio Boss communications library(libboss.a). All data referenced by bdata is free'd. This callassumes the entire data structure was allocated using
malloc(3).
Both the functions BossReceive and BossParse use malloc(3) tocreate their BOSS_DATA structure.
SEE ALSO
BossParse(3),
BossReceive(3),
boss_data(3)
AUTHOR
Ken Stauffer
Email: kstaufferAATTattmail.com
Index
- NAME
- SYNOPSIS
- DESCRIPTION
- SEE ALSO
- AUTHOR
This document was created byman2html,using the manual pages.