aboutsummaryrefslogtreecommitdiff
path: root/cth
blob: 6eb5c0c7a83f4a9baec3b5d40c5611e0820c7102 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

# Print a function or struct defintion from a C file
# see https://sebastiano.tronto.net/blog/2022-06-12-shell-ide-sed

name=$1
shift
sed -n "/^$name/,/^}/ p" $@

Generated with cgit - Back to sebastiano.tronto.net