#include "config.h"
#include "headers.h"
#include "types.h"
Go to the source code of this file.
Functions | |
void | test_u8 (void) |
void | test_u16 (void) |
void | test_u32 (void) |
void | test_u64 (void) |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, | |
char * | argv[] | |||
) |
Definition at line 66 of file test-types.c.
References test_u16(), test_u32(), test_u64(), and test_u8().
void test_u16 | ( | void | ) |
Definition at line 21 of file test-types.c.
Referenced by main().
void test_u32 | ( | void | ) |
Definition at line 36 of file test-types.c.
Referenced by main().
void test_u64 | ( | void | ) |
Definition at line 51 of file test-types.c.
Referenced by main().
void test_u8 | ( | void | ) |
Definition at line 6 of file test-types.c.
Referenced by main().