Този сайт работи по-добре с JavaScript.
Начало
Каталог
Помощ
Вход
piumarta
/
subc
Наблюдаван
1
Харесван
0
Разклонения
0
Код
Задачи
0
Заявки за сливане
0
Версии
0
Уики
Activity
Subset of C language with tree interpreter and bytecode compiler + VM.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50
Ревизии
1
Клон
1.3 MiB
C
82.3%
Makefile
17.7%
ИН на ревизия:
fda0129a1a
master
Клонове
Маркери
${ item.name }
Create branch
${ searchTerm }
от 'fda0129a1a'
${ noResults }
subc
/
include
/
assert.h
1 lines
35 B
Директен файл
Blame
История
extern
void
assert
(
int
condition
)
;