aboutsummaryrefslogtreecommitdiffstats
path: root/src/jo_n_speak.h
blob: 36dced4592bdc4d31c3a9bcf62bfcf579cb1b0b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/****************************************************************************************/
/*                                                                                      */
/*  File     : jo_n_speak.h                                               /_________/   */
/*  Author   : Joe                                                              |       */
/*  Date     : 04/2020                                                          |       */
/*  Info     : Use espeak lib to speak                                          |       */
/*                                                                      /       |       */
/*                                                                      \       /       */
/*                                                                       \_____/        */
/*                                                                                      */
/****************************************************************************************/

#ifndef JO_N_SPEAK_H
#define JO_N_SPEAK_H

#include <espeak/speak_lib.h>
#include <string.h>

void	jo_n_speak(const char *);

#endif