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 

Generated on Sun Mar 4 15:03:44 2007 for Scilab [trunk] by  doxygen 1.5.1