Use headers defined in the C[++] standards:
[fw/sdcc] / sim / ucsim / mkecho
1 #!/bin/sh
2 if [ -f ${1}/devel ]; then
3         shift
4         echo "$@"
5 fi