File: types.h

package info (click to toggle)
cwirc 2.0.0-7
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 736 kB
  • ctags: 652
  • sloc: ansic: 5,423; makefile: 283
file content (8 lines) | stat: -rw-r--r-- 254 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
/* Common types. Define for your platform */
typedef unsigned char		T_BOOL;
typedef unsigned char		T_U8;
typedef signed char		T_S8;
typedef unsigned short int	T_U16;
typedef signed short int	T_S16;
typedef unsigned int		T_U32;
typedef signed int		T_S32;