projects
/
cycript.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
Support initializing character array using string.
[cycript.git]
/
unicode-c.sh
This page requires JavaScript to run. Use
this page
instead.
0 / 4 ( 0%)
Commit
Line
Data
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 ";}"