git » fp-git.git » master » tree

[master] / FP / src / include / hof.h

1
2
3
4
5
6
/* TODO: create tTimeRecord */

void hofAddRecord(char* name, float time); /* time is in seconds. The interface may be changed */
void hofRead(char** names, float** times); /* idem */

/* More functions may be added */