1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-14 06:14:10 +02:00
Beef/BeefRT/JEMalloc/include/jemalloc/internal/private_namespace.sh
2022-06-02 17:55:17 -07:00

5 lines
95 B
Bash

#!/bin/sh
for symbol in `cat "$@"` ; do
echo "#define ${symbol} JEMALLOC_N(${symbol})"
done