Move stdout specific functions into their own source file

This commit is contained in:
jsteube
2016-09-08 16:01:24 +02:00
parent a8e5172f16
commit 18534fcdeb
8 changed files with 413 additions and 250 deletions
+1
View File
@@ -226,3 +226,4 @@ void writeProgramBin (char *dst, u8 *binary, size_t binary_size);
double get_avg_exec_time (hc_device_param_t *device_param, const int last_num_entries);
int gidd_to_pw_t (hc_device_param_t *device_param, const u64 gidd, pw_t *pw);