picox  0.1
xfiber_def.h
[詳解]
1 
15 /*
16  * License: MIT license
17  * Copyright (c) <2015> <MaskedW [maskedw00@gmail.com]>
18  *
19  * Permission is hereby granted, free of charge, to any person
20  * obtaining a copy of self software and associated documentation
21  * files (the "Software"), to deal in the Software without
22  * restriction, including without limitation the rights to use, copy,
23  * modify, merge, publish, distribute, sublicense, and/or sell copies
24  * of the Software, and to permit persons to whom the Software is
25  * furnished to do so, subject to the following conditions:
26  *
27  * The above copyright notice and self permission notice shall be
28  * included in all copies or substantial portions of the Software.
29  *
30  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
31  * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
32  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
33  * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
34  * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
35  * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
36  * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
37  * SOFTWARE.
38  */
39 
40 
41 #ifndef picox_multitask_xfiber_def_h_
42 #define picox_multitask_xfiber_def_h_
43 
44 
45 #include <picox/core/xcore.h>
47 #include <setjmp.h>
48 
49 
50 #ifdef __cplusplus
51 extern "C" {
52 #endif /* __cplusplus */
53 
54 
55 #ifdef __cplusplus
56 }
57 #endif /* __cplusplus */
58 
59 
60 #endif /* picox_multitask_xfiber_def_h_ */
ノード侵入型のダブルリンクリストコンテナです。