Mirror of
forum.nim-lang.org
index
1169 :: What is system.c?
[2015-04-30T04:56:28+02:00]
View Orginal
RaphaelHythloday
(orginal)
[2015-04-30T04:56:28+02:00]
view original
When I compile a nim file, in my nimcache directory I get a c version of that file and a 12000 line system.c file. What is the purpose of it?
Jehan
(orginal)
[2015-04-30T06:01:45+02:00]
view original
The name should be
stdlib_system.c
, which is the compiled code from
system.nim
.