Commit 0a820ba1 authored by Cedric Roux's avatar Cedric Roux

define T_MAX_ARGS

parent 092f7ce5
#ifndef _T_defs_H_
#define _T_defs_H_
/* maximum number of arguments for the T macro */
#define T_MAX_ARGS 16
/* maximum size of a message - increase if needed */
#define T_BUFFER_MAX (1024*64)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment