clearenv
This is GNU extension but seems nice to have :D
environ is only allocated on heap when you insert new variables. environment variables are only `free`'d if they are `malloc`'d by libc