Interface to convert ascii to binary base64 encoder
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 | :: | ind |
current length |
||
integer(kind=c_int), | value | :: | ipindex |
current length |
Result, indicating the status of encode