// Support warnings for use of certain C functions, except where explicitly // permitted. // // FORBID_C_FUNCTION(signature, alternative) // - signature: the function that should not normally be used. // - alternative: a string that may be used in a warning about a use, typically // suggesting an alternative. // // ALLOW_C_FUNCTION(name, ... using statement ...) // - name: the name of a forbidden function whose use is permitted in statement. // - statement: a use of the otherwise forbidden function. Using a variadic // tail allows the statement to contain non-nested commas.
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.