I was wondering how would one be able to print filenames like below in C while the -> represents a symbolic link to the corresponding file?
Makefile
bar -> foo
bar1 -> foo
bar2 -> foo
bar3 -> foo
Thanks!
I was wondering how would one be able to print filenames like below in C while the -> represents a symbolic link to the corresponding file?
Makefile
bar -> foo
bar1 -> foo
bar2 -> foo
bar3 -> foo
Thanks!