3dtoys/notes.txt

4 lines
193 B
Plaintext
Raw Permalink Normal View History

2024-09-21 05:28:59 +00:00
1) MAKE SURE DEFINES ARE ISOLATED!
Minxrod gave a very useful command to find them:
find . -name '*.[ch]' | xargs grep -n -d recurse '#define .* [-+*/] .*' | grep -v '[(].* [-+*/] .*[)]'