I hereby claim:
- I am ittner on github.
- I am ittner (https://keybase.io/ittner) on keybase.
- I have a public key whose fingerprint is 6DBE 6806 265A C517 7956 7293 48CF 13A4 BE42 B8BD
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/lua | |
| -- Quick and dirty script to add include guards to header files | |
| -- Author: Alexandre Erwin Ittner <alexandre (a) ittner x com x br> | |
| -- License: GPLv2 or (at your option) any later version | |
| local io = require("io") | |
| local table = require("table") | |
| local os = require("os") |