]> rtime.felk.cvut.cz Git - pes-rpp/rpp-test-sw.git/blob - rpp/lib/cmdproc/include/i2str.h
Yet another place to fix
[pes-rpp/rpp-test-sw.git] / rpp / lib / cmdproc / include / i2str.h
1 #define I2STR_PAD_0  0x100
2 #define I2STR_LONG   0x200
3 #define I2STR_NUMBER 0x400
4
5 int i2str(char *s,long val,int len,int form);