Project

General

Profile

Statistics
| Revision:

root / proj / include / hltp.h @ 273

History | View | Annotate | Download (193 Bytes)

1 264 up20180642
#ifndef HLTP_H_INCLUDED
2
#define HLTP_H_INCLUDED
3
4 273 up20180642
#include "nctp.h"
5
6 269 up20180642
int hltp_send_string(int base_addr, const char *p);
7 264 up20180642
8 269 up20180642
int hltp_get_string(int base_addr, char **p);
9
10 264 up20180642
#endif //HLTP_H_INCLUDED