码迷,mamicode.com
首页 > 其他好文 > 详细

IAR EWARM PRINTF/SCANF FORMATTER

时间:2014-09-11 13:44:11      阅读:405      评论:0      收藏:0      [点我收藏+]

标签:des   style   blog   http   color   io   os   ar   for   

The linker automatically chooses an appropriate formatter for printf- and scanf-related function based on information from the compiler.

If that information is missing or insufficient, for example if printf is used through a function pointer, if the object file is old, etc,

then the automatic choice is the Full formatter.

In this case you might want to choose a formatter manually.

To override the default formatter for all the printf- and scanf-related functions, except for wprintf and wscanf variants,

you simply set the appropriate library options. This section describes the different options available.

 

bubuko.com,布布扣

bubuko.com,布布扣

bubuko.com,布布扣

bubuko.com,布布扣

 

When you set up your application project, you typically need to consider what printf and scanf formatting capabilities your application requires

If the provided formatters do not meet your requirements, you can customize the full formatters.

However, that means you must rebuild the runtime library.

The default behavior of the printf and scanf formatters are defined by configuration symbols in the file DLib_Defaults.h.

These configuration symbols determine what capabilities the function printf should have:

bubuko.com,布布扣

When you build a library, these configurations determine what capabilities the function scanf should have:

bubuko.com,布布扣

 

IAR EWARM PRINTF/SCANF FORMATTER

标签:des   style   blog   http   color   io   os   ar   for   

原文地址:http://www.cnblogs.com/shangdawei/p/3966239.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!