fix-old-style-definitions.sh 118 Bytes Edit Raw Blame History 1 2 3 #!/bin/sh . ${RIOTBASE}/pkg/relic/os_util.sh find ${1} -type f -name "*.[ch]" -exec ${SEDBIN} 's/() {/(void) {/' {} +