I just found this in the SQLite source code, just fantastic:
[source:c::firstline(30)] /************** Begin file sqliteInt.h ***************************************/ /* ** 2001 September 15 ** ** The author disclaims copyright to this source code. In place of ** a legal notice, here is a blessing: ** ** May you do good and not evil. ** May you find forgiveness for yourself and forgive others. ** May you share freely, never taking more than you give. **
** Internal interface definitions for SQLite. ** ** @(#) $Id: sqliteInt.h,v 1.658 2008/01/30 16:14:23 drh Exp $ */
ifndef SQLITEINT_H
define SQLITEINT_H
[/source]