Blame view

RIOT/pkg/relic/fix-old-style-definitions.sh 118 Bytes
a752c7ab   elopes   add first test an...
1
2
3
  #!/bin/sh
  . ${RIOTBASE}/pkg/relic/os_util.sh
  find ${1} -type f -name "*.[ch]" -exec ${SEDBIN} 's/() {/(void) {/' {} +