System Environment
Provide access to the system provided environment space.
- Import getenv()
- Imported function
- Segment Source
- 34: #include "system.h"
- Define execution arguments (argc, argv)
- Parameter insertion
- Segment Source
- 1716: main (int argc, char **argv)
- Read TMPDIR
- Code insertion
- Segment Source
-
1738: temp_file_prefix = getenv ("TMPDIR");