RCCE_flag_free.3.svn-base 660 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. .TH RCCE 3 2010-06-27 "RCCE MANPAGE" "RCCE Library"
  2. .SH NAME
  3. RCCE_flag_free \- deallocates a flag variable on the calling UE (GORY)
  4. .SH SYNOPSIS
  5. .B #include <rcce.h>
  6. .sp
  7. .BI "int RCCE_free_free(RCCE_FLAG * " flag );
  8. .SH DESCRIPTION
  9. .BR RCCE_flag_free()
  10. deallocates a previously allocated flag variable in the MPB.
  11. This is a collective routine that must be encountered jointly by all UEs.
  12. .TP
  13. .B flag
  14. Pointer to a flag in local MPB memory.
  15. .SH "RETURN VALUE"
  16. Upon successful completion
  17. .BR RCCE_flag_free()
  18. returns
  19. .BR RCCE_SUCCESS .
  20. .SH ERRORS
  21. Look in
  22. .BR rcce.h
  23. for additional error codes.
  24. .SH "SEE ALSO"
  25. rcce.h(5)
  26. .SH EXAMPLE
  27. .PP
  28. To be supplied.