@[email protected] to Programmer [email protected] • 12 hours agoAsking the real questionsjlai.lumessage-square124fedilinkarrow-up1714
arrow-up1714imageAsking the real questionsjlai.lu@[email protected] to Programmer [email protected] • 12 hours agomessage-square124fedilink
minus-square@[email protected]linkfedilink10•7 hours agoUnix or dos format? Anyway, you probably need to put a backslash before it to indicate line continuation. But wouldn’t it be better to use something more traditional, such as <br>?
minus-square@[email protected]linkfedilink1•1 hour agoTrue, poor choice of phrase. But I was thnking of something like #define my_macro does not fit\ on one line
Unix or dos format?
Anyway, you probably need to put a backslash before it to indicate line continuation.
But wouldn’t it be better to use something more traditional, such as <br>?
HTML is more traditional than
\n
?True, poor choice of phrase.
But I was thnking of something like
#define my_macro does not fit\ on one line