| 1234567891011121314151617181920212223242526272829303132333435363738 |
- .TH RCCE 3 2010-06-27 "RCCE MANPAGE" "RCCE Library"
- .SH NAME
- RCCE_flag_free \- deallocates a flag variable on the calling UE (GORY)
- .SH SYNOPSIS
- .B #include <rcce.h>
- .sp
- .BI "int RCCE_free_free(RCCE_FLAG * " flag );
- .SH DESCRIPTION
- .BR RCCE_flag_free()
- deallocates a previously allocated flag variable in the MPB.
- This is a collective routine that must be encountered jointly by all UEs.
- .TP
- .B flag
- Pointer to a flag in local MPB memory.
- .SH "RETURN VALUE"
- Upon successful completion
- .BR RCCE_flag_free()
- returns
- .BR RCCE_SUCCESS .
- .SH ERRORS
- Look in
- .BR rcce.h
- for additional error codes.
- .SH "SEE ALSO"
- rcce.h(5)
- .SH EXAMPLE
- .PP
- To be supplied.
|