TinySTM
1.0.5
Main Page
Data Structures
Files
File List
Globals
include
mod_print.h
Go to the documentation of this file.
1
/*
2
* File:
3
* mod_print.h
4
* Author(s):
5
* Pascal Felber <pascal.felber@unine.ch>
6
* Patrick Marlier <patrick.marlier@unine.ch>
7
* Description:
8
* Module to test callbacks.
9
*
10
* Copyright (c) 2007-2014.
11
*
12
* This program is free software; you can redistribute it and/or
13
* modify it under the terms of the GNU General Public License
14
* as published by the Free Software Foundation, version 2
15
* of the License.
16
*
17
* This program is distributed in the hope that it will be useful,
18
* but WITHOUT ANY WARRANTY; without even the implied warranty of
19
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20
* GNU General Public License for more details.
21
*
22
* This program has a dual license and can also be distributed
23
* under the terms of the MIT license.
24
*/
25
37
#ifndef _MOD_PRINT_H_
38
# define _MOD_PRINT_H_
39
40
# ifdef __cplusplus
41
extern
"C"
{
42
# endif
43
49
void
mod_print_init
(
void
);
50
51
# ifdef __cplusplus
52
}
53
# endif
54
55
#endif
/* _MOD_PRINT_H_ */
Generated on Thu Feb 20 2014 21:43:12 for TinySTM by
1.8.4