File: kbd.h

package info (click to toggle)
kbd 2.0.4-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 14,136 kB
  • sloc: sh: 12,838; ansic: 12,531; pascal: 472; lex: 466; makefile: 394; yacc: 356; perl: 126; sed: 16
file content (8 lines) | stat: -rw-r--r-- 113 bytes parent folder | download
1
2
3
4
5
6
7
8
#ifndef _KBD_H
#define _KBD_H

#ifndef __GNUC__
#define __attribute__(x) /*NOTHING*/
#endif

#endif /* _KBD_H */