Le dimanche 20 octobre 2013 07:19:14, Dmitrij K a écrit : > > // HERE is I can not to know what is the type of a var (for example is the > myint now) // but I need it for sprintf into a buffer (for return the > buffer in the cstring mode for other things)
I don't think it's possible. There is type_to_str which converts an internal representation of a type to a string but that's a function not exported in libtcc. Sorry, Thomas _______________________________________________ Tinycc-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/tinycc-devel
