What exactly is the difference between the implementation of the remove() and unlink() in C?
remove()
unlink()
Is is that the remove() will call unlink() system c