PatchworkOS
Loading...
Searching...
No Matches
procedure.h
Go to the documentation of this file.
1
#ifndef PATCHWORK_PROCEDURE_H
2
#define PATCHWORK_PROCEDURE_H 1
3
4
#include "
event.h
"
5
6
#include <
stdint.h
>
7
8
#if defined(__cplusplus)
9
extern
"C"
10
{
11
#endif
12
13
typedef
struct
window
window_t
;
14
typedef
struct
element
element_t
;
15
typedef
uint64_t
(*
procedure_t
)(
window_t
*,
element_t
*,
const
event_t
*);
16
17
#if defined(__cplusplus)
18
}
19
#endif
20
21
#endif
event.h
procedure_t
uint64_t(* procedure_t)(window_t *, element_t *, const event_t *)
Definition
procedure.h:15
stdint.h
uint64_t
__UINT64_TYPE__ uint64_t
Definition
stdint.h:17
element_t
Opaque element structure.
Definition
internal.h:23
event_t
Event structure.
Definition
event.h:271
window_t
Opaque window structure.
Definition
internal.h:44
include
libpatchwork
procedure.h
Generated by
1.9.8