logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

icetIsEnabled -- query enabled status of an IceT feature.

Bugs

       The check for a valid pname is not thorough, and thus the ICET_INVALID_VALUE  error  may  not  always  be
       raised.

Errors

ICET_INVALID_VALUE
               If pname is not a feature to be enabled or disabled.

Name

icetIsEnabled--queryenabledstatusofanIceTfeature.

Notes

       A list of valid values for pname is given in the documentation for icetEnable.

Return Value

       Returns  ICET_TRUE  if the feature associated with pname is enabled, ICET_FALSE $(= 0)$ if the feature is
       disabled.

See Also

icetEnable(3), icetDisable(3)

IceT Reference                                   August  9, 2010                                icetIsEnabled(3)

Synopsis

       #include <IceT.h>

       IceTBoolean icetIsEnabled(   IceTEnum   pname   );

Warnings

       None.

See Also