How to implement unix ls -s command in C?
Posted
by Annonymous
on Stack Overflow
See other posts from Stack Overflow
or by Annonymous
Published on 2010-06-06T17:55:09Z
Indexed on
2010/06/06
18:02 UTC
Read the original article
Hit count: 215
Filed under:
c
I have to write a program in C which returns file size in blocks just like ls -s command. Please help.
© Stack Overflow or respective owner