Add a short description for main() - 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 b3a2dd8e68b2388c15f366728c9fae881b88fb1e
 (DIR) parent 96d6468b83faa5574a7ad709c84d3ec3480ba6f3
 (HTM) Author: Leonardo Taccari <iamleot@gmail.com>
       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[])
        {