sprintf.c File Reference
sprintf() implementation based on _formatted_write() More...
#include <mware/formatwr.h>
#include <mware/pgm.h>
#include <cfg/compiler.h>
#include <stdio.h>
Go to the source code of this file.
Data Structures | |
| struct | __sn_state |
| State information for __sn_put_char(). More... | |
Functions | |
| static void | __sn_put_char (char c, void *ptr) |
| formatted_write() callback used [v]snprintf(). | |
Detailed Description
sprintf() implementation based on _formatted_write()
- Version:
- Id
- sprintf.c 1004 2007-11-22 10:11:13Z asterix
Definition in file sprintf.c.
