Skip to content
/ olc Public

A C implementation of Google's Open Location Code

License

Notifications You must be signed in to change notification settings

gonzus/olc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A C implementation of Google's Open Location Code.

Based on the project's C++ implementation, this is pure C, aiming for efficiency and simplicity.

Try the following:

# run a simple example
make && ./example

# run tests based on CSV data files (copied from the original project)
make && ./test_csv

# that last command outputs a lot; this only shows failing tests
make && ./test_csv | egrep BAD

About

A C implementation of Google's Open Location Code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published