File: stdint.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 (14 lines) | stat: -rw-r--r-- 216 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include_next <stdint.h>

#ifndef _SYS_STDINT_H_
#define _SYS_STDINT_H_

#include <sys/cdefs.h>

#ifdef __FreeBSD_kernel__
#include <sys/_types.h>
#include <machine/_stdint.h>
#include <sys/_stdint.h>
#endif

#endif