JavaScript is not currently enabled, but is required for full CodeSonar manual search and browse functionality.
If you are viewing this file in your hub's Web GUI, enable JavaScript in your browser: you will also need it for GUI functionality.
If you opened this file directly from disk, your browser may be directly suppressing JavaScript functionality: certain browsers perform this suppression on local files (but not files delivered by web servers) for security reasons.
| CodeSonar® 9.0p0 Hot Tips | CONFIDENTIAL | CodeSecure Inc |
Defines a set of dll Macro operations for CodeSonar.
| #define CS_DEFS_H | ||
| #define CS_EXPORT | CS_DLLIMPORT | |
| #define CS_EXPORT_VARIABLE_DECL | extern CS_DLLIMPORT | |
| #define CS_PLUGIN_EXPORT | CS_DLLEXPORT | |
| #define CS_EXPORT_VARIABLE_DEF | ( INVALID, INVALID ) | |
| #define CS_DEFINE_PLUGIN(name) | __CS_BEGIN_DECLS \
CS_PLUGIN_EXPORT \
void STk_init_##name(void); \
void STk_init_##name(void) \
{ \
cs_plug_main(); \
} \
__CS_END_DECLS |