@[email protected] to Programmer [email protected] • 1 month agoAsking the real questionsjlai.luimagemessage-square210fedilinkarrow-up11.13Karrow-down110
arrow-up11.12Karrow-down1imageAsking the real questionsjlai.lu@[email protected] to Programmer [email protected] • 1 month agomessage-square210fedilink
minus-square@bandwidthcrisislink9•1 month 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@bandwidthcrisislink3•1 month 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