comparison src/xs_support.h @ 49:3518ca5c8b0f

Support for compile-time big/little-endian optimizations in audio output
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 21 Jun 2003 20:51:01 +0000
parents dec37e16136e
children 6a3ce7260ae1
comparison
equal deleted inserted replaced
48:9f3b5e7a0c15 49:3518ca5c8b0f
3 3
4 #ifdef __cplusplus 4 #ifdef __cplusplus
5 extern "C" { 5 extern "C" {
6 #endif 6 #endif
7 7
8 #include <glib.h> 8 #include "xmms-sid.h"
9 9
10 /* 10 /*
11 * Functions 11 * Functions
12 */ 12 */
13 gint xs_strcalloc(gchar **, const gchar *); 13 gint xs_strcalloc(gchar **, const gchar *);