| 1418 | } |
| 1419 | |
| 1420 | txString fxDatePrintDay(txString p, txInteger day) |
| 1421 | { |
| 1422 | c_strcpy(p, gxDayNames[day]); |
| 1423 | p += 3; |
| 1424 | return p; |
| 1425 | } |
| 1426 | |
| 1427 | txString fxDatePrintTime(txString p, txInteger hours, txInteger minutes, txInteger seconds) |
| 1428 | { |
no outgoing calls
no test coverage detected