M
m911
Unregistered / Unconfirmed
GUEST, unregistred user!
想要使用两个函数又不想用SysUtils单元(因为这个单元占用空间,提取这函数时涉及到汇编,看的一头雾水),麻烦达人帮忙写两个函数,不胜感激,谢谢 ( 积分: 100 )<br />想要使用两个函数又不想用SysUtils单元(因为这个单元占用空间,提取这函数时涉及到汇编,看的一头雾水),麻烦达人帮忙写两个函数,不胜感激,谢谢
function StrToInt(const S: string): Integer;
function IntToStr(Value: Integer): string;
function StrToInt(const S: string): Integer;
function IntToStr(Value: Integer): string;