Hello,

Some time ago, when I was getting myself familiar with CRT, I wanted to have a 
list of public (documented, if you want) functions sorted by header file they 
are declared in and whether they are part of ISO C standard or 
Microsoft-specific.

So, as I was reading Microsoft documentation for each function, I was simply 
writing down information to plain text files which would just contain function 
prototypes, names of defined macros and global variables.

Recently, I decided to convert those plain text files to simple markdown files 
so they could be nicely browsed directly from GitHub. After a few weeks, I 
finally finished doing it and uploaded it to GitHub[1].

In addition to just listing symbols, there are also links to Microsoft 
documentation, so you can quickly access documentation for a set of related 
functions, such as memory allocation functions or I/O functions which operate 
on file descriptors.

- Kirill Makurin

[1] https://github.com/maiddaisuki/crt-summary

_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to