Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk GRASP
1 2 3 4 5 6 7 8
#ifndef GEOHASH_H #define GEOHASH_H #include <stddef.h> void geohash_encode(double lat, double lon, int precision, char *out); #endif