rt-thread-official/include
Grissiom 7b0a3afdf9 kservice: export vsnprintf as rt_vsnprintf
vsnprintf is a common string function that could be used in many places.
Using both vsnprintf in libc and vsnprintf in the RTT could make a
bigger image. Moreover, if newlib is not enabled when compiling with
GCC, referencing vsnprintf will lead to link error:

    .../arm-none-eabi/lib/armv7-ar/thumb/softfp/libc.a(lib_a-sbrkr.o):
    In function `_sbrk_r':
    sbrkr.c:(.text._sbrk_r+0xc): undefined reference to `_sbrk'
    collect2: error: ld returned 1 exit status

Using rt_vsnprintf could avoid such problem.
2013-09-23 11:34:13 +08:00
..
rtdebug.h add initialization debug code 2013-07-24 07:33:48 +08:00
rtdef.h dev/portal: implement portal device 2013-08-20 12:54:43 +08:00
rthw.h reformat the coding style in rthw.h 2013-06-29 13:33:06 +08:00
rtm.h Embedded GPLv2 license. 2013-06-24 17:06:09 +08:00
rtservice.h Embedded GPLv2 license. 2013-06-24 17:06:09 +08:00
rtthread.h kservice: export vsnprintf as rt_vsnprintf 2013-09-23 11:34:13 +08:00