Buckets:
| subroutine charint(trans, info) | |
| character, intent(in) :: trans | |
| integer, intent(out) :: info | |
| if (trans == 'N') then | |
| info = 1 | |
| else if (trans == 'T') then | |
| info = 2 | |
| else if (trans == 'C') then | |
| info = 3 | |
| else | |
| info = -1 | |
| end if | |
| end subroutine charint | |
Xet Storage Details
- Size:
- 304 Bytes
- Xet hash:
- a9a58a36995ee5d0570221a32749b10c3bba01ae3cd452bcff87b6cabdb3bb54
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.