Changeset 244 in Sophya for trunk/SophyaLib/NTools/utils.cc


Ignore:
Timestamp:
Apr 22, 1999, 6:18:52 PM (26 years ago)
Author:
ansari
Message:

beaucoup modifs rz+cmv 22/4/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/NTools/utils.cc

    r220 r244  
    11// This may look like C code, but it is really -*- C++ -*-
    22//
    3 // $Id: utils.cc,v 1.1.1.1 1999-04-09 17:57:57 ansari Exp $
     3// $Id: utils.cc,v 1.2 1999-04-22 16:18:51 ansari Exp $
    44//
    55
    6 #include "defs.h"
     6#include "machdefs.h"
    77#include "utils.h"
    8 #include "exceptions.h"
     8#include "pexceptions.h"
    99#include <string.h>
    1010
    1111// MemCpy marche meme en cas de recouvrement.
    12 
    1312void* MemCpy(void* dest, const void* source, size_t n)
    1413{
Note: See TracChangeset for help on using the changeset viewer.