Mbed OS Reference
|
Utility macros for internal use in the library. More...
#include "mbedtls/config.h"
Go to the source code of this file.
Macros | |
#define | MBEDTLS_STATIC_TESTABLE static |
Helper to define a function as static except when building invasive tests. More... | |
Utility macros for internal use in the library.
Definition in file common.h.
#define MBEDTLS_STATIC_TESTABLE static |
Helper to define a function as static except when building invasive tests.
If a function is only used inside its own source file and should be declared static
to allow the compiler to optimize for code size, but that function has unit tests, define it with
and declare it in a header in the library/
directory with