Skip to content

Instantly share code, notes, and snippets.

@huhuang03
Created January 22, 2017 05:15
Show Gist options
  • Save huhuang03/b08a93258e08fe17e77dc136999382d2 to your computer and use it in GitHub Desktop.
Save huhuang03/b08a93258e08fe17e77dc136999382d2 to your computer and use it in GitHub Desktop.
c printf
%o 八进制
%x 十六进制
%c 字符
%和小数点之间表示宽度
小数点和标识之间表示精度
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment