首页 > 其他 > 详细

IAR EWARM PRINTF/SCANF FORMATTER

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

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

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!