EncodeIndex Interface

interface

Interface to convert ascii to binary base64 encoder


public function EncodeIndex(input, output, iplen, ind, ipindex) bind(c, name='EncodeIndex')

Arguments

Type IntentOptional 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

Return Value integer(kind=c_int)

Result, indicating the status of encode