History | View | Annotate | Download (174 Bytes)
#ifndef HLTP_H_INCLUDED
#define HLTP_H_INCLUDED
int hltp_send_string(int base_addr, const char *p);
int hltp_get_string(int base_addr, char **p);
#endif //HLTP_H_INCLUDED