File: float.h

package info (click to toggle)
jack-tools 20101210-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 504 kB
  • sloc: ansic: 4,678; makefile: 122; lisp: 48; sh: 16
file content (7 lines) | stat: -rw-r--r-- 97 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
#ifndef _COMMON_FLOAT_H
#define _COMMON_FLOAT_H

typedef float  f32;
typedef double f64;

#endif