Products
Sitemap
Online Calculators
Circuits (A-C)
Circuits (D-O)
Circuits (P-Z)
Tutorials
The #error directive will cause the compiler to halt compiling and return with the specified error message. Syntax: #error message Examples: #ifndef VERSION #error Version number not specified. #endif
The #error directive will cause the compiler to halt compiling and return with the specified error message.
#error
Syntax:
#error message
#ifndef VERSION #error Version number not specified. #endif
<<< Back to C Language Library Reference Guide
<<< Back to Electronics Tutorials