PK_BB_is   

PK_ERROR_code_t     PK_BB_is
(
--- received arguments ---
PK_BB_t             bb,      --- not used

--- returned arguments ---
PK_LOGICAL_t *const whether  --- whether the received argument is a bb
)


This function returns whether the received argument is a bulletin board.


The received argument 'bb''is not used.  The function always returns
PK_LOGICAL_true.

See also Bulletin Boards for more information.