ElCanut@jlai.lu to Programmer Humor@programming.dev · 1 day agoAsking the real questionsjlai.luimagemessage-square193fedilinkarrow-up11K
arrow-up11KimageAsking the real questionsjlai.luElCanut@jlai.lu to Programmer Humor@programming.dev · 1 day agomessage-square193fedilink
minus-squarebandwidthcrisis@lemmy.worldlinkfedilinkarrow-up11·1 day 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-up2·19 hours 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