#include "gm_compiler.h"
#include "gm_internal.h"
Functions | |
GM_ENTRY_POINT unsigned int | gm_num_ports (gm_port_t *p) |
This file contains the GM API function gm_num_ports().
|
gm_num_ports() returns the number of ports supported by this build. Note that this is a build-time value, and the 'p' parameter is actually meaningless at the present time. This value is accessed through the function API to avoid hard-coding it in user applications, thus allowing dynamic library upgrades.
|