blob: 0d42b0da18eb5773e1f9c925708a9e011b23e0c4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#ifdef __cplusplus
extern "C" {
#endif
void __cdecl _FF_MSGBANNER (
void
)
{}
void __cdecl _NMSG_WRITE (
int rterrnum
)
{}
#ifdef __cplusplus
}
#endif
|