Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/functions.c

    rc0453ca3 r320eb73a  
    1 //
     1// 
    22// Cforall Version 1.0.0 Copyright (C) 2016 University of Waterloo
    33//
    44// The contents of this file are covered under the licence agreement in the
    55// file "LICENCE" distributed with Cforall.
    6 //
    7 // functions.c --
    8 //
     6// 
     7// functions.c -- 
     8// 
    99// Author           : Peter A. Buhr
    1010// Created On       : Wed Aug 17 08:39:58 2016
     
    1212// Last Modified On : Wed Jan 17 22:44:12 2018
    1313// Update Count     : 12
    14 //
     14// 
    1515
    1616// ANSI function definitions
     
    123123
    124124static const int * f1() {}
    125 static [ * const int ] f2() {}
     125static [ const int ] f2() {}
    126126static inline [ const * int ] f3() {}
    127127static inline [ const [ * int, int ] ] f4() {}
Note: See TracChangeset for help on using the changeset viewer.