What does sprintf stand for?

前端 未结 3 825
情书的邮戳
情书的邮戳 2021-02-04 00:34

I tried looking it up on google and wikipedia but couldn\'t find an answer... Does anyone know what \'sprintf\' or \'printf\' stands for? Is it an abbreviation for something???<

3条回答
  •  执念已碎
    2021-02-04 00:47

    sprintf originates from C. Refer to e.g.

    http://www.cplusplus.com/reference/clibrary/cstdio/sprintf/

    where it says:

    Writes into the array pointed by str a C string ...

    thus: s(tring)printf(ormatted)

提交回复
热议问题