fio: add hostname, port, and address type (ipv4, ipv6, or socket) to gui
[fio.git] / endian_check.h
1 #ifndef ENDIAN_CHECK_H
2 #define ENDIAN_CHECK_H
3
4 int endian_check(void);
5
6 #endif