mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 16:57:06 +00:00
8 lines
192 B
C
8 lines
192 B
C
#ifndef NSE_STRING
|
|
#define NSE_STRING
|
|
|
|
int nse_isprint(int c);
|
|
char* nse_hexify(const void *data, unsigned int data_len);
|
|
char* nse_printable(const void *data, unsigned int data_len);
|
|
|
|
#endif
|