PicoC is going to be replaced with TCC (and raw builds use TCC, both as module loader and as scripting engine).
There is a difference between the dialects: TCC needs a main function, because it's ANSI C, but PicoC just executes whatever it finds there. Also, PicoC API is not yet ported to TCC.