File: types.h

package info (click to toggle)
avr-libc 1%3A2.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 147,748 kB
  • sloc: ansic: 813,422; asm: 8,821; sh: 2,194; cpp: 1,483; python: 1,437; makefile: 659; perl: 509; pascal: 500
file content (6 lines) | stat: -rw-r--r-- 75 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
#ifndef _SYS_TYPES_H_
#define _SYS_TYPES_H_ 1

typedef long off_t;

#endif