Project: /youtube/cobalt/_project.yaml Book: /youtube/cobalt/_book.yaml
export.h
Provides macros for properly exporting or importing symbols from shared libraries.
Specification for a symbol that should be exported when building the DLL and imported when building code that uses the DLL.
Specification for a symbol that should be exported or imported for testing purposes only.
Specification for a symbol that is expected to be defined externally to this module.