mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-16 03:52:50 +01:00
4 lines
118 B
Bash
Executable File
4 lines
118 B
Bash
Executable File
#!/bin/sh
|
|
. ${RIOTBASE}/pkg/relic/os_util.sh
|
|
find ${1} -type f -name "*.[ch]" -exec ${SEDBIN} 's/() {/(void) {/' {} +
|