This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <meta http-equiv="content-type" content="text/html; charset=UTF-8"> | |
| <head> | |
| <script type="text/javascript"> | |
| <!--> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include<cstdio> | |
| #include<cstring> | |
| #include<cstdlib> | |
| #include<cstdint> | |
| #include<string> | |
| #include<vector> | |
| #include<cctype> | |
| struct |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include<cstdio> | |
| #include<cstdlib> | |
| #include<cstdint> | |
| #include<cinttypes> | |
| #include<cstring> | |
| #include<unistd.h> | |
| uint64_t | |
| get_available() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 不老不死とされる一族があった | |
| 正確に言えば、それは若返りであった | |
| 齢80頃になると多食になり、脂肪を多くつけると | |
| 約4~5年の深い眠りについた | |
| その間、極弱い呼吸があり、肉体は徐々に乾燥し、縮んでいった | |
| 時が満ちると、呼吸が途絶え、身体を微動させ始める | |
| すると、全身ひび割れて崩れ去り、中から同じ性別の幼児が現れる | |
| その子は以前の知能や記憶を持たないが | |
| 成長すれば、かつての容姿そのままだった | |
| そして再び80近くの年月を生きた |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include"process.hpp" | |
| namespace{ | |
| constexpr uint32_t g_offset_of_frame_nameptr = 0; | |
| constexpr uint32_t g_offset_of_previous_bp = 1; | |
| constexpr uint32_t g_offset_of_previous_pc = 2; | |
| constexpr uint32_t g_offset_of_entry_array = 3; |