DEBSOURCES
Skip Quicknav
sources / tinyssh / 20250501-1 / numtostr.h
12345678
#ifndef NUMTOSTR_H____ #define NUMTOSTR_H____ #define NUMTOSTR_LEN 41 extern char *numtostr(char *, long long); #endif