File: stdio.h

package info (click to toggle)
freebsd-glue 0.2.20
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, jessie-kfreebsd-proposed-updates
  • size: 552 kB
  • sloc: ansic: 3,225; makefile: 130; sh: 1
file content (15 lines) | stat: -rw-r--r-- 292 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include_next <stdio.h>

#ifndef _STDIO_H_
#define _STDIO_H_

#include_next <bsd/stdio.h>

/* FreeBSD <stdio.h> has a few ugly kludges to declare a copy of
   functions which actually belong to <unistd.h>. We do the same
   here.  */
#include <__want_lseek.h>

#include <sys/cdefs.h>

#endif