DEBSOURCES
Skip Quicknav
sources / tinyssh / 20250501-1 / porttostr.h
12345678
#ifndef PORTTOSTR_H____ #define PORTTOSTR_H____ #define PORTTOSTR_LEN 6 extern char *porttostr(char *, const unsigned char *); #endif