diff options
| author | Tyge Løvset <[email protected]> | 2021-09-12 09:26:03 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2021-09-12 09:26:03 +0200 |
| commit | 1a9020f895754f564e480ba9ed564c637f26060e (patch) | |
| tree | 86a66e45a19fb60aa4747b351ba53600d074c5fa /examples/complex.c | |
| parent | a2aa14cc91ccbd42cd1188c6fac6126a38d0de77 (diff) | |
| download | STC-modified-1a9020f895754f564e480ba9ed564c637f26060e.tar.gz STC-modified-1a9020f895754f564e480ba9ed564c637f26060e.zip | |
Some improvements in examples.
Diffstat (limited to 'examples/complex.c')
| -rw-r--r-- | examples/complex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/complex.c b/examples/complex.c index 5cbaaa40..e7789815 100644 --- a/examples/complex.c +++ b/examples/complex.c @@ -44,7 +44,7 @@ int main() { printf("stk size: %zu\n", cstack_f_size(stk));
- // Put in some data in 2D array
+ // Put in some data in stack array
stk.data[x] = 3.1415927f;
clist_arr_push_back(&tableList, stk);
cmap_lst_insert(&listMap, tableKey, tableList);
|
