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

icetGetSingleImageStrategyName -- retrieve single image sub-strategy name.

Bugs

       None known.

Description

icetGetSingleImageStrategyName retrieves a human-readable name for the current single image sub-strategy.

Errors

       None.

Name

icetGetSingleImageStrategyName--retrievesingleimagesub-strategyname.

Notes

       The string returned does not contain the identifier used in a C program.  For  example,  if  the  current
       single   image   strategy  is  ICET_SINGLE_IMAGE_STRATEGY_BSWAP,  icetGetSingleImageStrategyName  returns
       ``Binary Swap,'' not ``ICET_SINGLE_IMAGE_STRATEGY_BSWAP.''

Return Value

       Returns  a  short,  null  terminated  string  identifying  the single image strategy currently in effect.
       Helpful for printing out debugging or diagnostic statements.

See Also

icetGetStrategyName(3), icetSingleImageStrategy(3)

IceT Reference                                   August 23, 2010               icetGetSingleImageStrategyName(3)

Synopsis

       #include <IceT.h>

       const char *icetGetSingleImageStrategyName(   void   );

Warnings

       None.

See Also