Use the Unicode string functions from wine/unicode.h instead of the
[wine.git] / if1632 / findfunc
blob44eb9035b94ccd01f811da7899a901467e89b024
1 #! /bin/sh
3 name="blah"
5 while [ "$name" != "" ]
6 do
7 echo -n 'Function: '
8 read name
9 grep -i $name *.spec
10 done