Mam problem z wypisywaniem czasu działa procesora.
Mam program: http://pastie.org/10025724
Co otrzymuje:
Czas dodawania do listy:
Różnice czasu pomiędzy początkiem programu:
Mam program: http://pastie.org/10025724
Co otrzymuje:
Czas dodawania do listy:
Różnice czasu pomiędzy początkiem programu:


















Mam takie coś:
typedef struct{
char data;
edit: łap: http://stackoverflow.com/questions/612328/difference-between-struct-and-typedef-struct-in-c
struct node
{
char data;
struct node* dot;
struct