EdoardoLaGreca / mkcmod

Make C module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mkcmod

Make C module

Build Test

This program is meant to ease the creation of C modules (pairs of header file and implementation/source file).

Usage

mkcmod [OPTIONS]... NAME

Options

  • -g - Do not put an include guard.
  • -d - Write an include guard in the #ifndef ... #define ... style (standard). Otherwise, use the #pragma once style (default). This option is ignored if the -g option is already present.

License

CC0 icon

This whole repository is licensed using the Creative Commons Zero v1.0 license. For more information, check out the official web page and/or the Wikipedia page.

LICENSE file

About

Make C module

License:Creative Commons Zero v1.0 Universal


Languages

Language:C 86.4%Language:Makefile 13.6%