This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

# pragma directive

can any body will tell me when and where we can use #pragma directives in embedded 'C'?give me an idea with examples.

Parents
  • The use of #pragma is entirely compiler-specific - so you will just have to read the Manual for your particular compiler.

    The compiler Manual will tell you what #pragmas are available, and how to use them.

Reply
  • The use of #pragma is entirely compiler-specific - so you will just have to read the Manual for your particular compiler.

    The compiler Manual will tell you what #pragmas are available, and how to use them.

Children