Subversion Repositories freemyipod

Rev

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

Rev 71 Rev 113
Line 30... Line 30...
30
QUICKREF
30
QUICKREF
31
        strlen ansi pure
31
        strlen ansi pure
32
*/
32
*/
33
 
33
 
34
#include "global.h"
34
#include "global.h"
35
#include <_ansi.h>
35
#include "include/_ansi.h"
36
#include <string.h>
36
#include "include/string.h"
37
#include <limits.h>
37
#include <limits.h>
38
 
38
 
39
#define LBLOCKSIZE   (sizeof (long))
39
#define LBLOCKSIZE   (sizeof (long))
40
#define UNALIGNED(X) ((long)X & (LBLOCKSIZE - 1))
40
#define UNALIGNED(X) ((long)X & (LBLOCKSIZE - 1))
41
 
41