Subversion Repositories freemyipod

Rev

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

Rev 71 Rev 113
Line 73... Line 73...
73
 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
73
 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
74
 * SUCH DAMAGE.
74
 * SUCH DAMAGE.
75
 */
75
 */
76
 
76
 
77
#include "global.h"
77
#include "global.h"
78
#include <_ansi.h>
78
#include "include/_ansi.h"
79
#include <stdlib.h>
79
#include "include/stdlib.h"
80
 
80
 
81
#ifndef __GNUC__
81
#ifndef __GNUC__
82
#define inline
82
#define inline
83
#endif
83
#endif
84
 
84