Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 394 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 394 Bytes

Bing C

This repository consists of a C header file and an example program for using the library generated by bing-rs.

To run the example, you will need to build bing-rs and copy the library (e.g. libbing_rs.so) to here. You should also set the SUBSCRIPTION_KEY in the example.c file. After that, run make.