|  | ||
| 
 | 
 void make_path ( BOS_NODE *bos, char *path ) 
 BOS_NODE *bos; // A pointer to a BOS_NODE char *path; // A pointer to a character buffer 
 | 
| Synopsis | #include "ssnodes.h" 
 The make_path function stores the entity path of bos into path . 
 | 
| Parameters | bos is a direct pointer to a entity node as obtained by get_bos. p is the address of a character buffer that is to receive the path. 
 | 
| Return Value | none. | 
| See Also | |
| 
 |