MathisLav / internetce

C library for Ti-84+CE and Ti-83 Premium CE calculators, that allows you to interface with the internet.
GNU General Public License v3.0
64 stars 2 forks source link

Make InternetCE a real library #10

Open MathisLav opened 10 months ago

MathisLav commented 10 months ago

For now, InternetCE is directly compiled and linked into the user binary. However, InternetCE is getting bigger and bigger (~30Kio), and prevents the user from making big programs.

I understand that LibLoad can't be used with C code libraries, so I'm thinking of a way to use the intermediate .src code generated by the toolchain with LibLoad.