[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] appl_getinfo(APGI_VERSION(=96)) implementation



Hello

 Do we really need that? I think that it is easier if one call returns
all if user wants it to, as I proposed earlier, where the only
difference is the control[N_ADDRIN]. If this shows 0, the call is a

Well... in my point of view (not limited to the AGI_VERSION stuff), we have

- appl_getinfo() which may return 4 short data in intout[].

What i suggest is to add the following general purpose function (which may be used for futur AES appl_getinfo mode) :

- appl_getinfo_str() which may return 4 strings (address set in addrin[])


With the all-in-one function, we have to create a particular function (which probably only fit for the particular API_VERSION mode).

- appl_getinfo2() which may return 3 strings and 3 short values (?)


That's why i prefer to add a general purpose appl_getinfo_str() that can be re-use in the futur if needed.

best regards,
Arnaud.