【新增】添加引用第三方库toml
This commit is contained in:
12
thirdPart/tomlc99/stdex/int1.toml
Normal file
12
thirdPart/tomlc99/stdex/int1.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
# hexadecimal with prefix `0x`
|
||||
hex1 = 0xDEADBEEF
|
||||
hex2 = 0xdeadbeef
|
||||
hex3 = 0xdead_beef
|
||||
|
||||
# octal with prefix `0o`
|
||||
oct1 = 0o01234567
|
||||
oct2 = 0o755 # useful for Unix file permissions
|
||||
|
||||
# binary with prefix `0b`
|
||||
bin1 = 0b11010110
|
||||
|
||||
Reference in New Issue
Block a user