comparison src/tta/libtta.c @ 1787:f9b1498c06f4

tta: Mk2
author William Pitcock <nenolod@atheme.org>
date Mon, 24 Sep 2007 12:14:25 -0500
parents f35f9d6fcb6d
children 6acf1bda788b
comparison
equal deleted inserted replaced
1786:5a7c84857361 1787:f9b1498c06f4
26 * 26 *
27 * Please see the file COPYING in this directory for full copyright 27 * Please see the file COPYING in this directory for full copyright
28 * information. 28 * information.
29 */ 29 */
30 30
31 #ifdef HAVE_CONFIG_H
32 #include "config.h" 31 #include "config.h"
33 #endif
34 32
35 #include <stdio.h> 33 #include <stdio.h>
36 #include <stdlib.h> 34 #include <stdlib.h>
37 #include <string.h> 35 #include <string.h>
38 #include <time.h> 36 #include <time.h>