ElCanut@jlai.lu to Programmer Humor@programming.dev · 11 hours agoAsking the real questionsjlai.luexternal-linkmessage-square114fedilinkarrow-up1670arrow-down14
arrow-up1666arrow-down1external-linkAsking the real questionsjlai.luElCanut@jlai.lu to Programmer Humor@programming.dev · 11 hours agomessage-square114fedilink
minus-squarebandwidthcrisis@lemmy.worldlinkfedilinkarrow-up10arrow-down1·6 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-squarebandwidthcrisis@lemmy.worldlinkfedilinkarrow-up1·19 minutes 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