diff options
Diffstat (limited to 'src/rcc.h')
-rw-r--r-- | src/rcc.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ /* -Copyright 2015 Ian Jauslin +Copyright 2015-2022 Ian Jauslin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -28,6 +28,7 @@ int free_RCC(RCC rccs); int RCC_set_elem(long double value, int index, RCC* rcc, int pos); // copy int RCC_cpy(RCC input,RCC* output); +int RCC_cpy_noinit(RCC input,RCC* output); // concatenate 2 rccs int RCC_concat(RCC rccs1, RCC rccs2, RCC* output); // append an rcc to another |