Subversion Repositories freemyipod

Rev

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

Rev 71 Rev 113
Line 20... Line 20...
20
 ****************************************************************************/
20
 ****************************************************************************/
21
 
21
 
22
#ifndef __INTTYPES_H__
22
#ifndef __INTTYPES_H__
23
#define __INTTYPES_H__
23
#define __INTTYPES_H__
24
 
24
 
25
#include "global.h"
25
#include "../../global.h"
26
#include <stdint.h>
26
#include "stdint.h"
27
 
27
 
28
/* could possibly have (f)scanf format specifiers here */
28
/* could possibly have (f)scanf format specifiers here */
29
 
29
 
30
/* 8 bit */
30
/* 8 bit */
31
#define PRId8   "d"
31
#define PRId8   "d"