Revision 269
small chat working with DR.mk
hltp.h | ||
---|---|---|
1 | 1 |
#ifndef HLTP_H_INCLUDED |
2 | 2 |
#define HLTP_H_INCLUDED |
3 | 3 |
|
4 |
int hltp_send_string(int port, const char *p);
|
|
4 |
int hltp_send_string(int base_addr, const char *p);
|
|
5 | 5 |
|
6 |
int hltp_get_string(int base_addr, char **p); |
|
7 |
|
|
6 | 8 |
#endif //HLTP_H_INCLUDED |
Also available in: Unified diff