File: defs.h

package info (click to toggle)
alex4 1.1-6
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,976 kB
  • ctags: 2,205
  • sloc: ansic: 6,312; makefile: 42
file content (12 lines) | stat: -rw-r--r-- 232 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _INCLUDED_DEFS_H
#define _INCLUDED_DEFS_H

#ifndef __unused
#ifdef __GNUC__
#define __unused __attribute__((unused))
#else  /* __GNUC__ */
#define __unused
#endif /* __GNUC__ */
#endif /* __unused */

#endif /* _INCLUDED */