Introduction
Introduction Statistics Contact Development Disclaimer Help
Add a short description for main() - csvtofsv - Convert CSV to FSV (`fs' (0x1c)…
hg clone https://bitbucket.org/iamleot/csvtofsv
Log
Files
Refs
README
---
changeset b3a2dd8e68b2388c15f366728c9fae881b88fb1e
parent 96d6468b83faa5574a7ad709c84d3ec3480ba6f3
Author: Leonardo Taccari <[email protected]>
Date: Thu, 27 Jun 2019 01:39:45
Add a short description for main()
Diffstat:
csvtofsv.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff -r 96d6468b83fa -r b3a2dd8e68b2 csvtofsv.c
--- a/csvtofsv.c Thu Jun 27 01:34:42 2019 +0200
+++ b/csvtofsv.c Thu Jun 27 01:39:45 2019 +0200
@@ -34,6 +34,10 @@
#define RS 036
+/*
+ * Convert a CSV from stdin to FSV with `fs' ASCII char (0x1c) as field
+ * separator and `rs' ASCII char (0x1e) as record separator.
+ */
int
main(int argc, char *argv[])
{
You are viewing proxied material from tccr.it. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.