OSDN Git Service

binding with libharu.
[putex/putex.git] / src / texsourc / lib / libhpdf / if / python / c_func.py
1 def printf(format, *optional):
2     #print 'format="%s"' % format
3     #print 'optional="%s"' % optional
4     if len(optional)==1:
5         optional=optional[0]
6     if format.endswith('\n'):
7         format=format[:-1]
8     print format % optional