Convert one block of input (3 Bytes) into its base64 representation (4 Bytes).
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(c_ptr), | value | :: | input |
input character stream in ascii |
||
type(c_ptr), | value | :: | output |
output character stream in base64 |
||
integer(kind=c_int), | intent(in), | value | :: | iplen |
length of the input stream |
|
integer(kind=c_int), | value | :: | oplen |
length of the output stream |
Result, indicating the status of encode