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

AuDefineToFormat - return the format specified by a C-preprocessor define.

Arguments

define    Specifies the C-preprocessor define.

Description

AuDefineToFormat returns the format specified by define or -1 if define isnt valid.

Name

AuDefineToFormat - return the format specified by a C-preprocessor define.

See Also

AuFormatToDefine.

       audiolib - NetworkAudioSystem C Language Interface

audioutil                                             1.9.4                                  AuDefineToFormat(3)

Synopsis

       #include <audio/audiolib.h>

       int AuDefineToFormat(define)
           char *define;

See Also