{{{#!syntax cpp U0 DemoHolyC(U8 drv,U8 *fmt,U8 *name,I64 age) { "Hello World!\n"; "%s age %d\n",name,age; "" fmt,name,age; '' drv; '*'; } }}} [목차] == 개요 == [[TempleOS]] 제작에 사용된 [[C언어]]의 방언이다. JIT 실행이 지원된다. == 문법 == [[https://web.archive.org/web/20170325000321/http://www.templeos.org/Wb/Doc/HolyC.html|여기]]에서 볼 수 있다. [[분류:프로그래밍 언어]][[분류:TempleOS]]