gpalleschi / GPConv

A C General Purpose Converter/Editor/Reader by Line Command

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GPCONV

Description

An historical tool developed since 1998 to help some test activities, it's a Line command Tool developed in C.

Built With

  • GCC 9.0.1 20190428 (prerelease) gcc-9-branch revision 270630

Getting Started

Copy source GPConv.c and compile it in your machine with command :

    gcc -O2 GPConv.c -o GPConv  

Run Tool with help Option :

    GPConv help

Authors

License

This project is licensed under the GNU GENERAL PUBLIC LICENSE 3.0 License - see the LICENSE file for details

About

A C General Purpose Converter/Editor/Reader by Line Command

License:GNU General Public License v3.0


Languages

Language:C 100.0%