Files
raylib/src
Ray b5fe41f41a Review libc dependencies and remove when possible
Just for clarification, no plans to remove libc dependency, just did some code analysis to see how much raylib depend on stardard C library. My conclusions:

 - stdlib.h: primary dependency is for malloc() and free()
 - stdio.h: primary dependency is for FILE access, maybe it could go through a custom ABI?
 - string.h: just around 8 functions required
 - math.h: just around 8 functions required
 - others: 1-2 functions required for some other headers
2020-02-04 16:55:24 +01:00
..
2020-02-04 13:43:31 +01:00
2019-09-09 21:56:16 +02:00
2019-11-24 13:43:48 +01:00
2020-02-03 19:26:28 +01:00
2020-01-05 20:01:54 +01:00
2020-02-03 18:31:30 +01:00
2018-09-26 16:02:42 +02:00
2020-02-03 18:31:30 +01:00
2019-05-30 18:09:33 +02:00
2020-01-05 20:01:54 +01:00
2020-02-03 19:26:28 +01:00
2020-01-19 12:10:09 +01:00
2020-01-19 12:10:09 +01:00
2019-05-28 12:08:04 +02:00
2020-02-03 19:26:28 +01:00