template.c 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. #include <config.h>
  21. #include <System Headers> /* see maint/headers.txt for details */
  22. #include "../src/global.h"
  23. #include "..."
  24. /*** global variables **************************************************/
  25. /*** file scope macro definitions **************************************/
  26. /*** file scope type declarations **************************************/
  27. /*** file scope variables **********************************************/
  28. /*** file scope functions **********************************************/
  29. /*** public functions **************************************************/