#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include "time/gru_time_utils.h"
Functions | |
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 () |
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 | ( | ) |