Buckets:
| extern "C" { | |
| typedef struct __jmp_buf_tag { | |
| __jmp_buf __jb; | |
| unsigned long __fl; | |
| unsigned long __ss[128/sizeof(long)]; | |
| } jmp_buf[1]; | |
| typedef jmp_buf sigjmp_buf; | |
| /* XXX EMSCRIPTEN: No signals support, alias sigsetjmp and siglongjmp to their non-signals counterparts. */ | |
| int sigsetjmp (sigjmp_buf, int) __setjmp_attr; | |
| _Noreturn void siglongjmp (sigjmp_buf, int); | |
| int _setjmp (jmp_buf) __setjmp_attr; | |
| _Noreturn void _longjmp (jmp_buf, int); | |
| int setjmp (jmp_buf) __setjmp_attr; | |
| _Noreturn void longjmp (jmp_buf, int); | |
| } | |
Xet Storage Details
- Size:
- 1.23 kB
- Xet hash:
- f11ac483cbc3545ada81b20c4521805f4f5082d4731f62626d2f5f629293b276
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.