/[avr-libc]/avr-libc/include/stdint.h
ViewVC logotype

Diff of /avr-libc/include/stdint.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by joerg_wunsch, Fri Sep 2 21:08:47 2005 UTC revision 1.7 by joerg_wunsch, Tue Sep 13 13:29:54 2005 UTC
# Line 53  Line 53 
53    
54  /* Integer types */  /* Integer types */
55    
56  #if defined(DOXYGEN)  #if defined(__DOXYGEN__)
57    
58  /* doxygen gets confused by the __attribute__ stuff */  /* doxygen gets confused by the __attribute__ stuff */
59    
# Line 104  typedef unsigned long long int uint64_t; Line 104  typedef unsigned long long int uint64_t;
104    
105  /*@}*/  /*@}*/
106    
107  #else /* !defined(DOXYGEN) */  #else /* !defined(__DOXYGEN__) */
108    
109  /* actual implementation goes here */  /* actual implementation goes here */
110    
# Line 117  typedef unsigned int uint32_t __attribut Line 117  typedef unsigned int uint32_t __attribut
117  typedef int int64_t __attribute__((__mode__(__DI__)));  typedef int int64_t __attribute__((__mode__(__DI__)));
118  typedef unsigned int uint64_t __attribute__((__mode__(__DI__)));  typedef unsigned int uint64_t __attribute__((__mode__(__DI__)));
119    
120  #endif /* defined(DOXYGEN) */  #endif /* defined(__DOXYGEN__) */
121    
122  /** \name Integer types capable of holding object pointers  /** \name Integer types capable of holding object pointers
123      These allow you to declare variables of the same size as a pointer. */      These allow you to declare variables of the same size as a pointer. */

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26