|
From: Nicholas N. <nj...@ca...> - 2004-01-08 18:44:06
|
Hi,
I'm working on this, and I want to read ~/.valgrindrc. However, I can't
use '~' in C because it's a shell thing, I think.
How can I find the home directory -- is getenv("HOME") the right way?
(Is $HOME always defined?)
Thanks
N
|