]> git.saurik.com Git - cycript.git/blame_incremental - unicode-c.sh
With -p on all platforms, we can't use asprintf().
[cycript.git] / unicode-c.sh
... / ...
CommitLineData
1#!/bin/bash
2echo -ne "bool Is$1(unsigned v){return false"
3sed -e 's/ .*//;/\.\./!{s/^/||v==0x/};/\.\./{s//\&\&0x/;s/^/||v>=0x/;s/$/>=v/};' | tr -d $'\n'
4echo ";}"