diff options
author | EuAndreh <eu@euandre.org> | 2024-06-30 09:20:43 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-06-30 09:21:27 -0300 |
commit | bb07acb67faece96705d67c60e3fab78d7be3903 (patch) | |
tree | 766eaa2aceac69fc0f924a6ea26ce280fd2d1155 /tests | |
parent | src/math.h: Add max_size() function (diff) | |
download | pindaiba-bb07acb67faece96705d67c60e3fab78d7be3903.tar.gz pindaiba-bb07acb67faece96705d67c60e3fab78d7be3903.tar.xz |
Add sorted-vector.c empty files
Diffstat (limited to 'tests')
-rw-r--r-- | tests/sorted-vector.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/sorted-vector.c b/tests/sorted-vector.c new file mode 100644 index 0000000..e47b14f --- /dev/null +++ b/tests/sorted-vector.c @@ -0,0 +1,3 @@ +int +main(void) { +} |