Subversion Repositories freemyipod

Rev

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

Rev 71 Rev 113
Line 32... Line 32...
32
QUICKREF
32
QUICKREF
33
        strchr ansi pure
33
        strchr ansi pure
34
*/
34
*/
35
 
35
 
36
#include "global.h"
36
#include "global.h"
37
#include <string.h>
37
#include "include/string.h"
38
#include <limits.h>
38
#include <limits.h>
39
 
39
 
40
/* Nonzero if X is not aligned on a "long" boundary.  */
40
/* Nonzero if X is not aligned on a "long" boundary.  */
41
#define UNALIGNED(X) ((long)X & (sizeof (long) - 1))
41
#define UNALIGNED(X) ((long)X & (sizeof (long) - 1))
42
 
42