Convert logging to C

This commit is contained in:
Manuel Bleichenbacher
2021-07-25 20:49:02 +02:00
parent 8e2886db27
commit f421db44d7
4 changed files with 74 additions and 76 deletions

View File

@ -10,6 +10,10 @@
"__config": "c",
"__nullptr": "c",
"stdint.h": "c",
"*.ipp": "c"
"*.ipp": "c",
"algorithm": "c",
"random": "c",
"complex": "c",
"valarray": "c"
}
}