#include <stdio.h> #include "test.h" int main(void) { test(); return 0; } lib/test.c int test() { return 0; } lib/test.h int test(); lib/CMakeLists.txt cmake_minimum_required(VERSION 3.20.0) project(lib) add_library(lib STATIC test.c ) target_include_directories(lib ...
vPortStoreTaskMPUSettings( &( pxNewTCB->xMPUSettings ), xRegions, pxNewTCB->pxStack, ulStackDepth ); } #else { /* Avoid compiler warning about unreferenced parameter. */ ( void ) xRegions; } #endif #if( configNUM_THREAD_LOCAL_STORAGE_POINTERS != 0 ) { for( x = 0; x < ( U...
Shared.MpuSql Microsoft.SqlServer.Management.Smo Microsoft.SqlServer.Management.Smo.Agent Microsoft.SqlServer.Management.Smo.Broker Microsoft.SqlServer.Management.Smo.Mail Microsoft.SqlServer.Management.Smo.RegisteredServers Microsoft.SqlServer.Management.Smo.RegSvrEnum Microsoft.SqlServer.Managemen...