Skip to content

Create automate file for C projects: filename.c, filename.h, README.md, Makefile.

Notifications You must be signed in to change notification settings

mhcrnl/automation_file_creation

Repository files navigation

automation_file_creation

Create file for C projects. This file are filename.c, filename.h, README.md, Makefile. ##Getting started These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

You need the files : antet.c and antet.h. In main.c of the program run:

'''c run(); ''' ###Prerequisites What things you need to install the software and how to install them.

  • You can Fork on GitHub an create your personal repository.

  • Second: you can clone in your personal folder width comand: git clone https://github.com/mhcrnl/automation_file_creation.git

  • Third: Download zip file and unzip in your computer.

###Instalation A step by step series of examples that tell you have to get a development env running. You need only antet.c and antet.h files in your project. In main.c file of your project run the function:

run(); 

and select your needed option.

The project my be run on console with:

gcc -o antet main.c antet.c -I

./antet

##Code Example '''C Give example ''' ##Build Width

  • Code::Blocks - The framework used. ##API Referance ##Tests ##Contributors
  • Mihai Cornel
    ##Licence Copyright (c) 2016 Mihai Cornel. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software.

About

Create automate file for C projects: filename.c, filename.h, README.md, Makefile.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published