Création du dossier exo 2
This commit is contained in:
10
Exo2/bss_data.c
Normal file
10
Exo2/bss_data.c
Normal file
@@ -0,0 +1,10 @@
|
||||
/* segment bss et data */
|
||||
#define N 1000
|
||||
int t[N]; /* version 1 */
|
||||
//int t[N]={1}; /* version 2 */
|
||||
|
||||
int main()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user