mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-27 01:07:19 +00:00
Add temporary scripts
This commit is contained in:
11
tmp/list-macros.sh
Executable file
11
tmp/list-macros.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
set =eu
|
||||
|
||||
HEADERS=$( ls include/mbedtls/*.h )
|
||||
|
||||
sed -n -e 's/.*#define \([a-zA-Z0-9_]*\).*/\1/p' $HEADERS \
|
||||
| egrep -v '^(asm|inline|EMIT|_CRT_SECURE_NO_DEPRECATE)$|^MULADDC_' \
|
||||
| sort -u > macros
|
||||
|
||||
wc -l macros
|
||||
Reference in New Issue
Block a user