Zh Efimenko
06/25/2019, 2:58 PMolonho
06/25/2019, 3:30 PMZh Efimenko
06/26/2019, 6:51 AMfun getSubject():String?{}
It can return as string
as null
, but I cannot understand how I can handle this in C code. In C code I have:
const char* (*getSubject)...
svyatoslav.scherbina
06/27/2019, 8:50 AMgetSubject() == NULL
?