On Fri, May 2, 2014 at 4:44 AM, Ludovic Courtès <[email protected]> wrote: > Doug Evans <[email protected]> skribis: > >> While function declarations are markable as being internal/external in >> published headers (SCM_INTERNAL vs SCM_API), macros are not. > > Internal macros are marked by a naming convention: they are prefixed by > ‘SCM_I’.
Hi. Sorry, catching up on mail. So this means that struct.h:SCM_STRUCT_* are ok to use by apps, right?
