Changeset 4c09bb in git for templates/templateForC.h


Ignore:
Timestamp:
May 28, 2010, 1:33:58 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
210852a2e5dbf436b657d612faeae814d5a1d252
Parents:
34942f9467977bbb6b5facb760ff89744af44034
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2010-05-28 13:33:58+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:54:58+01:00
Message:
Improved templateForC.h.
Note: for input/output arguments use [in,out]!
File:
1 edited

Legend:

Unmodified
Added
Removed
  • templates/templateForC.h

    r34942f r4c09bb  
    1515/*****************************************************************************/
    1616
    17 #ifndef TEMPLATEFORC_H
    18 #define TEMPLATEFORC_H
     17#ifndef TEMPLATE_FOR_C_H
     18#define TEMPLATE_FOR_C_H
    1919
    2020/** New type name for int. */
     
    3232 * This is function 1.
    3333 *
     34 * @return information about return value
     35 * @sa strcpy
     36 *
    3437 * The end!
    3538 */
    36 void F1(
     39int F1(
    3740        int a1,  /**< [in] some int.
    3841                  * aasas.
    3942                  * bbbb.
    4043                  */
    41         int & r1 /**< [out] integer result */
     44  int & r1 /**< [in,out] integer input and some resulting value */       
    4245       );
    4346
     47
     48
    4449#endif
    45 /* TEMPLATEFORC_H */
     50/* TEMPLATE_FOR_C_H */
Note: See TracChangeset for help on using the changeset viewer.