Community Engee
Examples and projects
Questions and answers
Engee Academy
Engee Community
/
Examples and projects
/
Вызов C кода в Engee
/
say_y.c
Вызов C кода в Engee
Author
#include
<stdio.h>
void
say_y
(
int
y
)
{
printf
(
"Введён: y = %d.
\n
"
,
y
);
}
Files
Open in Engee
demo_calling_C_code.ngscript
say_y.c
say_y.o
say_y.so
Visibility group
Publicly
All community members can view content
Type
Interactive scripts
Short description
В данной демонстрации изучим возможности использования **С** кода в скриптах **Engee**.
Related posts
Empty
Tags
Empty
Categories
Расчеты в Engee
Основы
Команды
Languages
Empty
Formats
Empty
Level
Basic
Status
Published
Published
02.04.2024, 12:55
Updated
25.07.2026, 21:47
Source
Engee