Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

  1. #include "sqlite3.h"
  2.  
  3. SQLITE_API int sqlite3_os_init(void){
  4.     return -1;
  5. }
  6.    
  7. SQLITE_API int sqlite3_os_end(void){
  8.     return -1;
  9. }
  10.