template.c 1.6 KB

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