[go: up one dir, main page]

File: h-basic.h

package info (click to toggle)
tome 2.3.4-1
  • links: PTS
  • area: non-free
  • in suites: etch, etch-m68k
  • size: 19,364 kB
  • ctags: 13,851
  • sloc: ansic: 174,479; sh: 240; makefile: 11
file content (25 lines) | stat: -rw-r--r-- 388 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/* File: h-basic.h */

#ifndef INCLUDED_H_BASIC_H
#define INCLUDED_H_BASIC_H

/*
 * The most basic "include" file.
 *
 * This file simply includes other low level header files.
 */

/* System Configuration */
#include "h-config.h"

/* System includes/externs */
#include "h-system.h"

/* Basic types */
#include "h-type.h"

/* Basic constants and macros */
#include "h-define.h"

#endif