Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
5
Task/Include-a-file/C/include-a-file-1.c
Normal file
5
Task/Include-a-file/C/include-a-file-1.c
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
/* Standard and other library header names are enclosed between chevrons */
|
||||
#include <stdlib.h>
|
||||
|
||||
/* User/in-project header names are usually enclosed between double-quotes */
|
||||
#include "myutil.h"
|
||||
2
Task/Include-a-file/C/include-a-file-2.c
Normal file
2
Task/Include-a-file/C/include-a-file-2.c
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
/* In C++20,you can use the import statement */
|
||||
import <iostream>;
|
||||
Loading…
Add table
Add a link
Reference in a new issue