root/maint/gnulib/lib/gl_xsublist.c

/* [previous][next][first][last][top][bottom][index][help] */
   1 /* Sequential list data type backed by another list, with out-of-memory
   2    checking.
   3 
   4    Copyright (C) 2009-2021 Free Software Foundation, Inc.
   5 
   6    This file is free software: you can redistribute it and/or modify
   7    it under the terms of the GNU General Public License as published
   8    by the Free Software Foundation; either version 3 of the License,
   9    or (at your option) any later version.
  10 
  11    This file is distributed in the hope that it will be useful,
  12    but WITHOUT ANY WARRANTY; without even the implied warranty of
  13    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  14    GNU General Public License for more details.
  15 
  16    You should have received a copy of the GNU General Public License
  17    along with this program.  If not, see <https://www.gnu.org/licenses/>.  */
  18 
  19 #include <config.h>
  20 
  21 #define GL_XSUBLIST_INLINE _GL_EXTERN_INLINE
  22 #include "gl_xsublist.h"

/* [previous][next][first][last][top][bottom][index][help] */