File: compbas.h

package info (click to toggle)
gcl27 2.7.1-13
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 30,888 kB
  • sloc: lisp: 211,946; ansic: 52,944; sh: 9,347; makefile: 647; tcl: 53; awk: 52
file content (12 lines) | stat: -rwxr-xr-x 191 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
#include <stdarg.h>
#define _VA_LIST_DEFINED
#ifndef EXTER
#define EXTER extern
#endif
#ifndef INLINE
#ifdef OLD_INLINE
#define INLINE extern inline
#else
#define INLINE inline
#endif
#endif