shell script we have a variable
VERSION=19-03
I need to use this VERSION variable in c++ program.
getenv("VERSION")
Is it give correct out or not?
shell script we have a variable
VERSION=19-03
I need to use this VERSION variable in c++ program.
getenv("VERSION")
Is it give correct out or not?