15 lines
232 B
C
15 lines
232 B
C
/*
|
|
* $Id: types.h,v 1.7 2005-09-18 08:10:50 bacon Exp $
|
|
*/
|
|
|
|
#ifndef _XP_LSP_TYPES_H_
|
|
#define _XP_LSP_TYPES_H_
|
|
|
|
#include <xp/types.h>
|
|
#include <xp/macros.h>
|
|
|
|
typedef xp_long_t xp_lsp_int_t;
|
|
typedef xp_real_t xp_lsp_real_t;
|
|
|
|
#endif
|