Files
GseTDDUebungKCLR/database/FileZillaFTP/source/interface/OutputFormat.h
Riley Schneider b732d8d4b5 Initial Commit
2025-12-03 16:38:10 +01:00

12 lines
167 B
C

#ifndef __OUTPUT_FORMAT_H__
#define __OUTPUT_FORMAT_H__
#include <cstringt.h>
CString makeUserFriendlyString(__int64 val);
#endif // #ifndef __OUTPUT_FORMAT_H__