mirror of
https://github.com/stedolan/jq.git
synced 2024-05-11 05:55:39 +00:00
10 lines
117 B
C
10 lines
117 B
C
#ifndef LINKER_H
|
|
#define LINKER_H
|
|
|
|
int load_program(jq_state *jq, struct locfile* src, block *out_block);
|
|
|
|
|
|
|
|
|
|
#endif
|