The Open Source Swiss Army Knife

/code/c/berkeley_db/
/code/c/berkeley_db/ + sub-categories
http://www.sirfsup.com/
web directory content
    
      

Not logged in
Chat Register Login
return to:  http:/www.sirfsup.com      /code   /c   /berkeley_db 
sub-categories and articles

                                                  
   --->create new sub-category


Makefile
add

# separates the object-file creation with linking # is berkely db installed as linking library? # i ask because it says no references to db_create example: example.o gcc example.o -o example

base.html
add

/languages/c/berkeley_db/

filenamedescription

backParent Directory
file   Makefile add
file   db.h    download add
file   example.c    download add
file   example.cs add

db.h
add

/* DO NOT EDIT: automatically built by dist/s_vxworks. */

example.c
add

#include <sys/types.h>

example.cs
add

#include <sys/types.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include "db.h"
   --->upload your article


User submitted category site links


(None)

-->submit a page from your site dealing with berkeley_db to the sirfsup! web directory for listing

return to top