http://sqlite.org/loadext.htmlAll of the built-in SQL functions of SQLite are created using exactly these same interfaces. Refer to the SQLite source code, and in particular the date.c and func.c source files for examples.
Shared libraries or DLLs can be used as loadable extensions to SQLite.