|
GRU - Generic Reusable Utilities
|
Functions | |
| int | test_lost_precision_1 () |
| Uses usec value that would cause the conversion to lost precision (ie: usec <= 999) More... | |
| int | test_lost_precision_2 () |
| Uses usec value that would cause the conversion to lost some precision (ie: usec > 1000) More... | |
| int | test_lost_precision_3 () |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
| int test_lost_precision_1 | ( | ) |
Uses usec value that would cause the conversion to lost precision (ie: usec <= 999)
| int test_lost_precision_2 | ( | ) |
Uses usec value that would cause the conversion to lost some precision (ie: usec > 1000)
| int test_lost_precision_3 | ( | ) |