sqlite3.pp 88 B

1234567
  1. {$IFNDEF FPC_DOTTEDUNITS}
  2. unit SQLite3;
  3. {$ENDIF FPC_DOTTEDUNITS}
  4. {$i sqlite3.inc}
  5. end.