Subversion Repositories shark

Rev

Rev 1624 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1624 giacomo 1
 
2
#ifndef __COMMON_H
3
#define __COMMON_H
4
 
5
void showmessage(char *s);
6
void waitend(void);
7
 
8
void debug_dump_buffer(char *buf, int size);
9
 
10
#endif
11