Skip to content

AFNI/NIfTI Server

Sections
Personal tools
You are here: Home » AFNI » Documentation

Doxygen Source Code Documentation


Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals   Search  

niceprintf.h

Go to the documentation of this file.
00001 /* niceprintf.h -- contains constants and macros from the output filter
00002    for the generated C code.  We use macros for increased speed, less
00003    function overhead.  */
00004 
00005 #define MAX_OUTPUT_SIZE 6000    /* Number of chars on one output line PLUS
00006                                    the length of the longest string
00007                                    printed using   nice_printf   */
00008 
00009 
00010 
00011 #define next_tab(fp) (indent += tab_size)
00012 
00013 #define prev_tab(fp) (indent -= tab_size)
00014 
00015 
00016 
 

Powered by Plone

This site conforms to the following standards: