This website requires JavaScript.
Explore
Help
Register
Sign in
masscollaborationlabs
/
c-course
Watch
2
Star
0
Fork
You've already forked c-course
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
01b39949c2
c-course
/
c-basic
/
main.c
11 lines
81 B
C
Raw
Normal View
History
Unescape
Escape
new file = main.c and modified hex_read_scanf.c removed main from hex_read_scanf.c
2025-04-12 22:29:04 +03:00
#
include
<stdio.h>
hello.c included in main.c and compiled successfully
2025-06-16 21:23:44 +03:00
#
include
"hello.c"
new file = main.c and modified hex_read_scanf.c removed main from hex_read_scanf.c
2025-04-12 22:29:04 +03:00
int
main
(
)
{
hello.c included in main.c and compiled successfully
2025-06-16 21:23:44 +03:00
hello
(
)
;
new file = main.c and modified hex_read_scanf.c removed main from hex_read_scanf.c
2025-04-12 22:29:04 +03:00
return
0
;
}
Reference in a new issue
Copy permalink