[core] Split lt_api.c into separate units

This commit is contained in:
Kuba Szczodrzyński
2023-06-22 18:30:14 +02:00
parent b38a4d5d46
commit e38e53bac0
45 changed files with 947 additions and 865 deletions

View File

@@ -31,6 +31,7 @@ Here's what has to be done to make that work:
5. Add base core code.
- `lt_defs.h`, `lt_family.h` and `lt_api.c` files need to be created, and initialized with (even empty) functions and definitions.
- The list of family functions can be found [here](lt-api.md).
- Make the SDK call `lt_main()` as the entrypoint. If needed, use fixups.
6. Write a binary manipulation tool.