0

Can anyone expalin this kind of syntax?Why there a kind of data type or something in front of const?

extern SL_API const SLInterfaceID SL_IID_NULL;

29th Jun 2021, 9:03 AM
Phyo Htet Aung
Phyo Htet Aung - avatar
1 Answer
0
The SL_API, SLInterfaceID (and probably SL_IID_NULL) are not from C standard. It's most likely from a library or extension we don't know. You have to look into the official documents about those.
29th Jun 2021, 10:54 AM
äœ çŸ„é“èŠć‰‡ïŒŒæˆ‘äčŸæ˜Ż
äœ çŸ„é“èŠć‰‡ïŒŒæˆ‘äčŸæ˜Ż - avatar