comparison src/dmgrowbuf.c @ 2539:c6ee41fd98dd

Bump copyright years.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 02 Jan 2021 11:42:17 +0200
parents 69a5af2eb1ea
children 9807ae37ad69
comparison
equal deleted inserted replaced
2538:9921d60bd8e4 2539:c6ee41fd98dd
1 /* 1 /*
2 * DMLib 2 * DMLib
3 * -- Growable buffer implementation 3 * -- Growable buffer implementation
4 * Programmed and designed by Matti 'ccr' Hamalainen 4 * Programmed and designed by Matti 'ccr' Hamalainen
5 * (C) Copyright 2018-2020 Tecnic Software productions (TNSP) 5 * (C) Copyright 2018-2021 Tecnic Software productions (TNSP)
6 */ 6 */
7 #include "dmgrowbuf.h" 7 #include "dmgrowbuf.h"
8 8
9 //#define DM_GROWBUF_DEBUG 1 9 //#define DM_GROWBUF_DEBUG 1
10 10