Bill Allombert on Tue, 31 Jan 2012 20:58:29 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
getenv and Strexpand |
Dear PARI developers, Recently I have added a function getenv() to GP. However I see now that it was not needed since Strexpand() does the job. So maybe we should remove getenv(), and instead add a pointer to Strexpand() instead. Cheers, Bill.