]> git.saurik.com Git - cycript.git/blob - unicode-c.sh
Fix jni.h Analysis and include some extra headers.
[cycript.git] / unicode-c.sh
1 #!/bin/bash
2 echo -ne "bool Is$1(unsigned v){return false"
3 sed -e 's/ .*//;/\.\./!{s/^/||v==0x/};/\.\./{s//\&\&0x/;s/^/||v>=0x/;s/$/>=v/};' | tr -d $'\n'
4 echo ";}"