" some leading blanks"
the function should return a new string
"some leading blanks"
Hint: the function int atoi(char *)
takes a string as parameter which it treats as the string
representation of an integer, converts it to the integer
and returns the value.
opendir, readdir, closedir
(see the attached manual pages). The program should print the
names of all the files in the current directory.
command
.
The program should execute the command
and
print a message saying how long it took to run.
Hint: run the command as a separate process, while the
parent waits for it and times it using the function
long clock(void).
rpcgen
to generate
client and server stubs.