Changeset cb1ed27 in git for factory/gfops.cc
- Timestamp:
- Aug 20, 2008, 4:44:49 PM (15 years ago)
- Branches:
- (u'spielwiese', 'd0474371d8c5d8068ab70bfb42719c97936b18a6')
- Children:
- 8839576eb4b6fcdb3dfc5e55b3fe904daa27c83e
- Parents:
- 8f6ff82c58363abbc404adf216c2b46a00fbb8b9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/gfops.cc
r8f6ff8 rcb1ed27 1 1 /* emacs edit mode for this file is -*- C++ -*- */ 2 /* $Id: gfops.cc,v 1. 7 2008-08-20 13:35:55Singular Exp $ */2 /* $Id: gfops.cc,v 1.8 2008-08-20 14:44:49 Singular Exp $ */ 3 3 4 4 #include <config.h> … … 6 6 #ifdef HAVE_CSTDIO 7 7 #include <cstdio> 8 #include <cstdlib> 8 9 #else 9 10 #include <stdio.h> 11 #include <stdlib.h> 10 12 #endif 11 13 #include <string.h>
Note: See TracChangeset
for help on using the changeset viewer.