Edit

kc3-lang/gnulib/tests/test-fnmatch-h-c++.cc

Branch :

  • Show log

    Commit

  • Author : Simon Josefsson
    Date : 2024-01-01 10:31:48
    Hash : 5b92dd0a
    Message : maint: run 'make update-copyright'

  • tests/test-fnmatch-h-c++.cc
  • /* Test of <fnmatch.h> substitute in C++ mode.
       Copyright (C) 2018-2024 Free Software Foundation, Inc.
    
       This program is free software: you can redistribute it and/or modify
       it under the terms of the GNU General Public License as published by
       the Free Software Foundation, either version 3 of the License, or
       (at your option) any later version.
    
       This program is distributed in the hope that it will be useful,
       but WITHOUT ANY WARRANTY; without even the implied warranty of
       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
       GNU General Public License for more details.
    
       You should have received a copy of the GNU General Public License
       along with this program.  If not, see <https://www.gnu.org/licenses/>.  */
    
    /* Written by Bruno Haible <bruno@clisp.org>, 2018.  */
    
    #define GNULIB_NAMESPACE gnulib
    #include <config.h>
    
    #include <fnmatch.h>
    
    #include "signature.h"
    
    
    #if GNULIB_TEST_FNMATCH
    SIGNATURE_CHECK (GNULIB_NAMESPACE::fnmatch, int,
                     (const char *, const char *, int));
    #endif
    
    
    int
    main ()
    {
    }