What is a system call in windows written in c? Cannot find an explanation on what it is in Google.
That is what we are asked to do: Your assignment is to implement Windows utility named HeadTail that receives a file name and an integer N as its parameters, and output to the console (standard output) N first lines of the file followed by N last lines reversed.