Add efree() for consistency with emalloc() et al. Allows us to rely
on C89 behavior (free(NULL) is valid) even on K&R.
This commit is contained in:
Reference in New Issue
Block a user
on C89 behavior (free(NULL) is valid) even on K&R.