Add print function

This commit is contained in:
PolynomialDivision 2017-08-26 23:58:10 +02:00
parent 952440456a
commit 67fcaba74c
3 changed files with 20 additions and 0 deletions

View file

@ -90,6 +90,7 @@ struct ap_s ap_array[ARRAY_AP_LEN];
pthread_mutex_t ap_array_mutex;
ap insert_to_ap_array(ap entry);
void print_ap_array();
// Array
#define ARRAY_CLIENT_LEN 1000