You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
254 B
C

// vim: set filetype=c syntax=c autoindent noexpandtab sts=2 ts=2 sw=2:
// vim: foldmethod=marker foldmarker=[[[,]]]:
<$ LICENSE.MIT $>
#ifndef __<# UPPERBASENAME #>_H__
#define __<# UPPERBASENAME #>_H__
#include <stdio.h>
#include <stdlib.h>
#endif