Add extra newline to separate include/macro/code, NFC - csvtofsv - Convert CSV to FSV (`fs' (0x1c) as FS and `rs' (0x1e) as RS)
(HTM) hg clone https://bitbucket.org/iamleot/csvtofsv
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
(DIR) changeset 96d6468b83faa5574a7ad709c84d3ec3480ba6f3
(DIR) parent 2a984e480129d20c8d32a5fe8fe7cc99cff048a4
(HTM) Author: Leonardo Taccari <iamleot@gmail.com>
Date: Thu, 27 Jun 2019 01:34:42
Add extra newline to separate include/macro/code, NFC
Diffstat:
csvtofsv.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff -r 2a984e480129 -r 96d6468b83fa csvtofsv.c
--- a/csvtofsv.c Wed Jun 26 16:16:29 2019 +0200
+++ b/csvtofsv.c Thu Jun 27 01:34:42 2019 +0200
@@ -29,9 +29,11 @@
#include <stdbool.h>
#include <stdio.h>
+
#define FS 034
#define RS 036
+
int
main(int argc, char *argv[])
{