File: lcc_extras.h

package info (click to toggle)
hypermail 2.2.0-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 5,732 kB
  • ctags: 3,176
  • sloc: ansic: 34,794; sh: 13,432; yacc: 844; makefile: 775; perl: 744; python: 292
file content (5 lines) | stat: -rw-r--r-- 111 bytes parent folder | download | duplicates (3)
1
2
3
4
5
/* 
  stat and fstat are defined in lcc, but not lstat
*/

int lstat(const char *file_name, struct stat *buf);