diegovivas / monty

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there a dedicated way to write a dummy line in C? (kind of like pass in Python) If you are wondering why I don't just leave a blank line, I need something that I can attach an Xcode breakpoint to-- if there is nothing there the breakpoint will skip to the next line!! So far I've been using sleep(0) for this purpose. I was wondering if there was a better/more efficient/more official way to accomplish this.

About


Languages

Language:C 97.1%Language:Brainfuck 1.2%Language:MATLAB 0.7%Language:Forth 0.6%Language:M 0.3%