Subversion Repositories freemyipod

Rev

Rev 71 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 71 Rev 113
Line 25... Line 25...
25
 * These support %c %s %d and %x
25
 * These support %c %s %d and %x
26
 * Field width and zero-padding flag only
26
 * Field width and zero-padding flag only
27
 */
27
 */
28
 
28
 
29
#include "global.h"
29
#include "global.h"
30
#include <stdio.h>
30
#include "include/stdio.h"
31
#include <stdarg.h>
-
 
32
#include <stdbool.h>
-
 
33
#include <limits.h>
31
#include <limits.h>
34
#include "format.h"
32
#include "format.h"
35
 
33
 
36
/* ALSA library requires a more advanced snprintf, so let's not
34
/* ALSA library requires a more advanced snprintf, so let's not
37
   override it in simulator for Linux.  Note that Cygwin requires
35
   override it in simulator for Linux.  Note that Cygwin requires