Statistics
| Revision:

root / logic / trunk / src / drv_comm / generator.h @ 71

History | View | Annotate | Download (140 Bytes)

1
#ifndef GENERATOR_H_INCLUDED
2
#define GENERATOR_H_INCLUDED
3
int generate_value();
4
char *int_to_str(int nbr);
5

    
6
#endif // GENERATOR_H_INCLUDED