ADT
        aaron-thesis
        arm-eh
        ast-experimental
        cleanup-dtors
        deferred_resn
        demangler
        enum
        forall-pointer-decay
        jacob/cs343-translation
        jenkins-sandbox
        new-ast
        new-ast-unique-expr
        no_list
        persistent-indexer
        pthread-emulation
        qualifiedEnum
      
      
        
          | 
            Last change
 on this file since 242f705 was             201aeb9, checked in by Peter A. Buhr <pabuhr@…>, 8 years ago           | 
        
        
          | 
             
first attempt at new basic-type int128, and length suffix with explicit size 
 
           | 
        
        
          
            
              - 
Property                 mode
 set to                 
100644
               
             
           | 
        
        
          | 
            File size:
            287 bytes
           | 
        
      
      
| Rev | Line |   | 
|---|
| [7aa257ae] | 1 | #include <stddef.h>                                     // size_t, ptrdiff_t
 | 
|---|
| [201aeb9] | 2 | #include <stdint.h>                                     // intX_t, uintX_t, where X is 8, 16, 32, 64
 | 
|---|
| [7aa257ae] | 3 | #include <uchar.h>                                      // char16_t, char32_t
 | 
|---|
 | 4 | #include <wchar.h>                                      // wchar_t
 | 
|---|
 | 5 | #include <stdlib.h>                                     // malloc, free, exit, atexit, abort
 | 
|---|
 | 6 | #include <stdio.h>                                      // printf
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.