Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xiongyihui/ezdib
Automatically exported from code.google.com/p/ezdib
https://github.com/xiongyihui/ezdib
Last synced: 8 days ago
JSON representation
Automatically exported from code.google.com/p/ezdib
- Host: GitHub
- URL: https://github.com/xiongyihui/ezdib
- Owner: xiongyihui
- License: other
- Created: 2015-10-19T02:22:11.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-19T02:22:50.000Z (about 9 years ago)
- Last Synced: 2024-10-16T02:26:41.027Z (23 days ago)
- Language: C
- Size: 141 KB
- Stars: 7
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
To use this library, just copy ezdib.h and ezdib.c
into your project and go!See main.c for examples.
See ezdib.c for options you may want to customize//------------------------------------------------------------------
// Building the examples using make
//------------------------------------------------------------------// Linux / Mac / posix release
make// Linux / Mac / posix debug
make TGT=debug// Windows static release from linux or cygwin,
// substitute your prefix for PR
make TGT=windows-static PR=i686-pc-mingw32-// Windows static debug
make TGT=windows-static-debug PR=i686-pc-mingw32-