Buckets:
| /* | |
| * Copyright 2014 The Emscripten Authors. All rights reserved. | |
| * Emscripten is available under two separate licenses, the MIT license and the | |
| * University of Illinois/NCSA Open Source License. Both these licenses can be | |
| * found in the LICENSE file. | |
| */ | |
| int main() { | |
| FILE* f1 = fopen("s", "r"); | |
| if (f1 == NULL) { | |
| printf("file 's' not found!\n"); | |
| } | |
| FILE* f2 = fopen("", "r"); | |
| if (f2 == NULL) { | |
| printf("file '' not found!\n"); | |
| } | |
| return 0; | |
| } | |
Xet Storage Details
- Size:
- 490 Bytes
- Xet hash:
- 1272b4d6eb2e2365ae6ef987352c8c53320b9387c90c07f7cb25429f7302e4c5
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.