mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-13 18:32:56 +00:00
f8a35da205
$ find binr libr -name "*.c" -exec sed -i -e 's/ != NULL//g' {} \;
Based on the OpenBSD's regex implementation Modified to be portable (now compiles on windows, linux and *bsd including darwin) cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -P src/lib/libc/regex