LASP 1.0
Library for Acoustic Signal Processing
|
#include "lasp_config.h"
#include <stddef.h>
#include <stdbool.h>
#include <complex.h>
Go to the source code of this file.
Macros | |
#define | islikely(x) (x) |
#define | isunlikely(x) (x) |
Typedefs | |
typedef size_t | us |
We often use boolean values. | |
typedef double complex | c |
#define islikely | ( | x | ) | (x) |
Definition at line 18 of file lasp_types.h.
#define isunlikely | ( | x | ) | (x) |
Definition at line 19 of file lasp_types.h.
typedef double complex c |
Definition at line 49 of file lasp_types.h.
typedef size_t us |
We often use boolean values.
Definition at line 29 of file lasp_types.h.