next up previous external Back to SYMPHONY Home Page
Next: user_create_lp Up: User-written functions of the Previous: user_receive_lp_data

user_free_lp

int user_free_lp(void **user)

Description:

The user has to free all the data structures within *user, and also free user itself. The user can use the built-in macro FREE that checks the existence of a pointer before freeing it.

Arguments:

tabular1328

Return values:

tabular1330

Wrapper invoked from:
lp_close() at process shutdown.



Ted Ralphs
Fri Feb 11 13:47:59 CST 2000