the new one should be more correct since im following the original functions behaviour a lot closer (you give back a pointer to the memory inside of the passed in header, no memcpy/malloc takes place, before i gave back the pointer of a string literal)
heres the code so anyone can take a closer look, yes that return value is correct (it needs to return the offset from headerAddrheaderAddr to the newline after the returned valuevalue)
@Perksey i sent an email to you, let me know if you've got it unclear because the issue is sending mail to microsoft servers and your domain uses outlook protection
hmmmm should I write my own UI library or use GTK directly advantages of gtk: * it already exists * it already is proven to work * it already does not involve needing to write my own stupid UI that will probably break * it can handle resizing and different DPI automatically * a rust library already exists for it advantages of a custom library * my program revolves around a custom and complex table structure which would not be easy to replicate in GTK * GTK is sorta iffy on platforms that ain't linux, meanwhile SDL can run on basically anything * i can add funny custom snowfall effects which you bet i am doing * i can customize the look and feel of my program more which i also want to do hmmmmmmm, choices choices