small-projects/python-c-interpriter/other.h

5 lines
52 B
C
Raw Normal View History

2025-04-11 20:59:55 +00:00
void foo() {
int x = 10;
printf("%d", x);
}