Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/strstream.cfa

    rcce4648 r321a1b15  
    1 //
     1// 
    22// Cforall Version 1.0.0 Copyright (C) 2021 University of Waterloo
    3 //
     3// 
    44// The contents of this file are covered under the licence agreement in the
    55// file "LICENCE" distributed with Cforall.
    66//
    7 // strstream.cfa --
    8 //
     7// strstream.cfa -- 
     8// 
    99// Author           : Peter A. Buhr
    1010// Created On       : Thu Apr 22 22:24:35 2021
     
    1212// Last Modified On : Sun Oct 10 16:13:20 2021
    1313// Update Count     : 101
    14 //
     14// 
    1515
    1616#include "strstream.hfa"
     
    2424#include <unistd.h>                                                                             // sbrk, sysconf
    2525
    26 #pragma GCC visibility push(default)
    2726
    2827// *********************************** strstream ***********************************
Note: See TracChangeset for help on using the changeset viewer.