Changeset cb1ed27 in git


Ignore:
Timestamp:
Aug 20, 2008, 4:44:49 PM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
8839576eb4b6fcdb3dfc5e55b3fe904daa27c83e
Parents:
8f6ff82c58363abbc404adf216c2b46a00fbb8b9
Message:
*hannes: cstdlib


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

Legend:

Unmodified
Added
Removed
  • factory/gfops.cc

    r8f6ff8 rcb1ed27  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: gfops.cc,v 1.7 2008-08-20 13:35:55 Singular Exp $ */
     2/* $Id: gfops.cc,v 1.8 2008-08-20 14:44:49 Singular Exp $ */
    33
    44#include <config.h>
     
    66#ifdef HAVE_CSTDIO
    77#include <cstdio>
     8#include <cstdlib>
    89#else
    910#include <stdio.h>
     11#include <stdlib.h>
    1012#endif
    1113#include <string.h>
Note: See TracChangeset for help on using the changeset viewer.