teragrep / rsm_01

Record Schema Mapping Library for Java (rsm_01)
GNU Affero General Public License v3.0
0 stars 1 forks source link

Implement the required C code for interacting with liblognorm API through JNA #4

Open Tiihott opened 6 days ago

Tiihott commented 6 days ago

Description Implement C code library that interacts with the liblognorm API. Makefile must also be implemented for generating the library files from the C code. JNA interface will then use the generated library to use the liblognorm API methods from java-code.