Skip to content

A tool to inject prototypes into header from C files.

License

Notifications You must be signed in to change notification settings

maplepy/genheader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

genheader

Introduction

showcase

Injects c function prototypes(BSD-style) into header.

Usage

genheader [-h] -I header.h [dir/ ... file.c]

You need to have a .h file with

  • A line comment containing: @functions or @func
  • End with #endif or @end

examples

#ifndef HEAD_H
# define HEAD_H

//	===== @functions =====
#endif
//	@func
//	@end

About

A tool to inject prototypes into header from C files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published