Closed Amjad50 closed 11 months ago
Added args to the process.
args
In C, we can use int main(argc, argv), and in rust we can use std::env::args()
int main(argc, argv)
std::env::args()
The changes in the extern contain some unrelated things to this exactly, but things I'm working on at the same time, and are small changes. Including:
extern
InvalidArg
Added
args
to the process.In C, we can use
int main(argc, argv)
, and in rust we can usestd::env::args()
The changes in the
extern
contain some unrelated things to this exactly, but things I'm working on at the same time, and are small changes. Including:InvalidArg
syscall error