0
0

More than 5 years have passed since last update.

改行コード > LF CRの例

Last updated at Posted at 2016-04-07

@ Adam Taylor MicroZed Chronicles - Using the Zynq 101 [Kindle Edition]
No.638/2129

printf("Adam Edition MicroZed Using Vivado How To Printf \n\r");

CR,LFの書き方が上記では LF, CR になっている。他の箇所でもこうなっている。

また、米国のいくつかの装置でもそういう事例に遭遇してきた経験がある。

何かそういう文化的なものがあるのだろうか。(未調査)

以下のようなコードの書き方をする人なので、案外適当なのかもしれないが

if(XST_SUCCESS != Status_ADC) {
...
if(Status_ADC != XST_SUCCESS) {
...

関連 http://qiita.com/7of9/items/04e0a5e9c6180ebc0b9c

改行コード > LF: Unix系OS / CR+LF: Windows / CR: MacOS(バージョン9まで)

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0