On Tue Dec 6 04:44:57 2022 +0000, Alex Henrie wrote:
I like the idea here, but I don't think strdup and wcsdup need to be annotated. Since they are standard library functions, the compiler already knows that they work like malloc.
I did some simple tests and it seems like they actually are needed, maybe because of the underscore prefix on the actual functions (`_strdup()` and `_wcsdup()`)