summaryrefslogtreecommitdiff
path: root/py/pfenv_printf.c
AgeCommit message (Expand)Author
2014-12-10py: Remove static from definition of pfenv_printf.Damien George
2014-12-10py: Make functions static where appropriate.Damien George
2014-11-27pfenv_printf: Properly implement %p format specifier.Paul Sokolovsky
2014-07-19py: Make print() accept "file" argument, and actually print to stream.Paul Sokolovsky