Ignore:
Timestamp:
10/26/10 10:57:54 (14 years ago)
Author:
Adam Kędziora <s301614@…>
Branches:
master
Children:
a6e708f
Parents:
f712e16
git-author:
Adam Kędziora <s301614@…> (10/26/10 10:57:54)
git-committer:
Adam Kędziora <s301614@…> (10/26/10 10:57:54)
Message:

Replacing old implementation with working implementation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • _old/app/src/lem/lem.cc

    r57728c1 r1e121f4  
    11#include "lem.h" 
    22 
    3 #include <stdlib.h> 
    43#include <assert.h> 
     4#include <cstdlib> 
    55 
     6 
     7 
     8using namespace std; 
    69 
    710/* Znajduje opisy slownikowe dla wyrazu. 
Note: See TracChangeset for help on using the changeset viewer.