Changeset 950745 in git for doc


Ignore:
Timestamp:
May 21, 2009, 1:32:52 PM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
b21c4abce3adc04ea6d37e265b9c7aa1b7a7b01a
Parents:
2abe40fae3132a378603996ed9c98b23bee1be91
Message:
*hannes: file names


git-svn-id: file:///usr/local/Singular/svn/trunk@11827 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/C-STYLEGUIDE

    r2abe40 r950745  
    1010  - do nor include mod2.h
    1111
    12 - C/C++ files
     12- C/C++ files - names
     13  - each C++ file should have the extension .cc
     14  - each C file should have the extension .c
     15  - each header file should have the extension .h
     16    it should be possible to include it in C and C++ sources
     17  - converted to lower case, each file name must be unique in the
     18    first 8 characters
     19  - it is recommended to use only lower case file names
     20
     21- C/C++ files - structure
    1322  - each C/C++ file (abc.c/abc.cc) should start with a short comment
    1423    about its purpose
Note: See TracChangeset for help on using the changeset viewer.