HACKING (515B)
1 HACKING 2 ======= 3 4 qlic is written using c. It works with c99 compilers. 5 6 FILES 7 ----- 8 * qlic.c - Controller for qlic, handles argument parsing and delegates control to others parts of the code 9 10 * qlic_types.h - Contains the basic types required for cliq. (struct QlicString, etc) 11 * cliq_api.h - Contains convenience functions for calling the cliq APIs 12 * qlic_common.h - Contains utils and other common function for qlic 13 * qlic_response_handler.h - Handles the responses and delegate the control based on the response