source: mainline/uspace/app/bdsh/cmds/modules/ls/ls.h@ ba63912

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since ba63912 was ba63912, checked in by Jakub Jermar <jakub@…>, 14 years ago

Polish the 'ls' command a little bit.

  • Cstyle fixes.
  • Avoid some code duplication.
  • Call stat() only once per each printed file.
  • Print directories first, files second.
  • Property mode set to 100644
File size: 47 bytes
Line 
1#ifndef LS_H
2#define LS_H
3
4
5#endif /* LS_H */
6
Note: See TracBrowser for help on using the repository browser.