Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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