Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

guncs/gendb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gendb

compiling:
gcc -fPIC -rdynamic -c -I/usr/include/postgresql fopenwrap.c
gcc -shared -o libfopenwrap.so fopenwrap.o -lc -ldl -lpq
gcc fopen.c -o fopentest
LD_LIBRARY_PATH=. LD_PRELOAD=libfopenwrap.so ./fopentest fopen.c

About

db interface generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages