hello.c included in main.c and compiled successfully
Some checks failed
ci/woodpecker/push/build Pipeline failed
Some checks failed
ci/woodpecker/push/build Pipeline failed
This commit is contained in:
parent
3ef17fb5ca
commit
01b39949c2
2 changed files with 5 additions and 9 deletions
|
@ -1,5 +1,7 @@
|
|||
2025-06-16 hwpplayer1 <hwpplayer1@masscollabs>
|
||||
|
||||
* c-basic/CSD-C-Basic-Book/C.pdf: Unix/Linux Sistemlerinde Derleme ve Bağlama İşlemi sayfa 11
|
||||
|
||||
* c-basic/CSD-C-Basic-Book/C.pdf: C Temal kitabı baştan okunuyor. Sayı Sistemleri sayfa 4
|
||||
|
||||
2025-03-21 Mert Gör <mertgor@masscollabs.xyz>
|
||||
|
|
|
@ -1,16 +1,10 @@
|
|||
#include <stdio.h>
|
||||
|
||||
#ifndef HEX_READ_SCANF_H
|
||||
#define HEX_READ_SCANF_H
|
||||
|
||||
extern void hex_scan();
|
||||
|
||||
#endif // HEX_READ_SCANF_H
|
||||
#include "hello.c"
|
||||
|
||||
int main()
|
||||
{
|
||||
|
||||
hex_scan();
|
||||
hello();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue