diff options
| author | Tyge Løvset <[email protected]> | 2023-02-05 18:21:17 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2023-02-05 18:21:17 +0100 |
| commit | 217865ae413f9cfcc72af176ec7e98f418bddbea (patch) | |
| tree | e862dddb60fe69fbdb91b14de1f4e44cd7088b43 /misc/examples/gauss2.c | |
| parent | b21be5762a5037abbd9aa820d204f0825382194d (diff) | |
| download | STC-modified-217865ae413f9cfcc72af176ec7e98f418bddbea.tar.gz STC-modified-217865ae413f9cfcc72af176ec7e98f418bddbea.zip | |
Fixed linking parameters i_extern.
Diffstat (limited to 'misc/examples/gauss2.c')
| -rw-r--r-- | misc/examples/gauss2.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/examples/gauss2.c b/misc/examples/gauss2.c index c627fc91..96ab9d6d 100644 --- a/misc/examples/gauss2.c +++ b/misc/examples/gauss2.c @@ -1,7 +1,6 @@ #include <stdio.h> #include <time.h> -#define STC_IMPLEMENT #include <stc/crandom.h> #include <stc/cstr.h> |
