template.c 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. /*
  2. REPLACE: one line comment what the file is for.
  3. Copyright (C) <YEARS>
  4. The Free Software Foundation, Inc.
  5. Written by:
  6. AUTHOR <MAIL>, YEARS.
  7. This file is part of the Midnight Commander.
  8. The Midnight Commander is free software: you can redistribute it
  9. and/or modify it under the terms of the GNU General Public License as
  10. published by the Free Software Foundation, either version 3 of the License,
  11. or (at your option) any later version.
  12. The Midnight Commander is distributed in the hope that it will be useful,
  13. but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  15. GNU General Public License for more details.
  16. You should have received a copy of the GNU General Public License
  17. along with this program. If not, see <http://www.gnu.org/licenses/>.
  18. */
  19. /** \file
  20. * \brief This is a template file (here goes brief description).
  21. * \author Author1
  22. * \author Author2
  23. * \date 20xx
  24. *
  25. * Detailed description.
  26. */
  27. #include <config.h>
  28. #include <System Headers> /* see maint/headers.txt for details */
  29. #include "lib/global.h"
  30. #include "..."
  31. /*** global variables ****************************************************************************/
  32. /*** file scope macro definitions ****************************************************************/
  33. /*** file scope type declarations ****************************************************************/
  34. /*** file scope variables ************************************************************************/
  35. /*** file scope functions ************************************************************************/
  36. /* --------------------------------------------------------------------------------------------- */
  37. /* --------------------------------------------------------------------------------------------- */
  38. /*** public functions ****************************************************************************/
  39. /* --------------------------------------------------------------------------------------------- */