Subversion Repositories freemyipod

Rev

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

Rev 184 Rev 551
Line 26... Line 26...
26
 */
26
 */
27
 
27
 
28
 
28
 
29
#include "ucl_conf.h"
29
#include "ucl_conf.h"
30
#include "ucl_util.h"
30
#include "ucl_util.h"
31
#include "embiosapp.h"
31
#include "emcoreapp.h"
32
 
32
 
33
#if 0
33
#if 0
34
#  define IS_SIGNED(type)       (((type) (1ul << (8 * sizeof(type) - 1))) < 0)
34
#  define IS_SIGNED(type)       (((type) (1ul << (8 * sizeof(type) - 1))) < 0)
35
#  define IS_UNSIGNED(type)     (((type) (1ul << (8 * sizeof(type) - 1))) > 0)
35
#  define IS_UNSIGNED(type)     (((type) (1ul << (8 * sizeof(type) - 1))) > 0)
36
#else
36
#else