[Top Page][All Pages][Recent Changes]

Edit History:Diff

Changes of HSP3CLでscanf between Epoch and 2015/09/09 09:58:25 JST

  • + added lines
  • - deleted lines

Return to the edit history

+ HSP3CLでscanf
+ {{{
+ #runtime "hsp3cl"
+ 
+ #uselib "crtdll.dll"
+ #func scanf "scanf" str,var
+ #func printf "printf" str,str
+ 
+ sdim tofu
+ 
+ printf "何か入力してください:",""
+ scanf "%"+5+"[^\n]%*[^\n]", tofu
+ mes tofu
+ }}}