Пример #1
0
int usecount(void)
{
    int res;

    STANDARD_USECOUNT(res);
    return res;
}
int usecount(void)
{
	/* Never allow monitor to be unloaded because it will
	   unresolve needed symbols in the channel */
#if 0
	int res;
	STANDARD_USECOUNT(res);
	return res;
#else
	return 1;
#endif
}