Skip to content

Instantly share code, notes, and snippets.

Keybase proof

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:

@ittner
ittner / add-include-guards.lua
Created December 20, 2010 15:15
add-include-guards.lua: Quick and dirty script to add include guards to header files
#!/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")