11-11-2016, 12:26 PM
Yes.
Macro Macro167
If there are many declarations, I would put all in a ref macro or file.
Callback example.
C
typedef size_t(* FLAC__IOCallback_Read )(void *ptr, size_t size, size_t nmemb, FLAC__IOHandle handle)
QM
Function FLAC__IOCallback_Read
Macro Macro167
If there are many declarations, I would put all in a ref macro or file.
Callback example.
C
typedef size_t(* FLAC__IOCallback_Read )(void *ptr, size_t size, size_t nmemb, FLAC__IOHandle handle)
QM
Function FLAC__IOCallback_Read
