ADT
        ast-experimental
      
      
        
          | Last change
 on this file since b05beaa was             ac4dad2, checked in by Peter A. Buhr <pabuhr@…>, 8 years ago | 
        
          | 
shorten experimental code
 | 
        
          | 
              
Property                 mode
 set to                 100644 | 
        
          | File size:
            248 bytes | 
      
      
| Rev | Line |  | 
|---|
| [604e76d] | 1 | #pragma once | 
|---|
|  | 2 | #include <stdio.h> | 
|---|
|  | 3 |  | 
|---|
| [ac4dad2] | 4 | void print_string( FILE * out, const char * x ); | 
|---|
|  | 5 | void print_bool( FILE * out, _Bool x ); | 
|---|
|  | 6 | void print_char( FILE * out, char x ); | 
|---|
|  | 7 | void print_int( FILE * out, int x ); | 
|---|
| [604e76d] | 8 |  | 
|---|
| [ac4dad2] | 9 | void print( FILE * out, const char * fmt, ... ); | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.