diff options
| author | Amlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com> | 2024-03-27 20:42:17 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com> | 2024-03-27 20:42:17 +0100 |
| commit | bdedf1ec96cd4ea41f32794ebb37279e0737934c (patch) | |
| tree | 026532c65f6d6ecf6393d7e9b39cffe399f9e060 /Examples/ExampleCDialect.c | |
| parent | 3939adadfecc486173df35e1f54c606a9bb4bb94 (diff) | |
cc: Striving to be ANSI C compliant now.
Signed-off-by: Amlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com>
Diffstat (limited to 'Examples/ExampleCDialect.c')
| -rw-r--r-- | Examples/ExampleCDialect.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Examples/ExampleCDialect.c b/Examples/ExampleCDialect.c index ed03b66..c8c72d1 100644 --- a/Examples/ExampleCDialect.c +++ b/Examples/ExampleCDialect.c @@ -3,6 +3,7 @@ int main(int argc, char const *argv[]) int* foo = 0x1000; if (foo == 57) { + foo = 0x2000; *foo = 5; return foo; } |
