mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 20:51:30 +00:00
9 lines
192 B
C
9 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
|