Changeset 1e121f4 for _old/app/src/tok.c/common_tok.cc
- Timestamp:
- 10/26/10 10:57:54 (14 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_old/app/src/tok.c/common_tok.cc
r57728c1 r1e121f4 1 #include < stdlib.h>2 #include < string.h>1 #include <cstdlib> 2 #include <cstring> 3 3 #include "common_tok.h" 4 5 using namespace std; 4 6 5 7 char dictionary[255];
Note: See TracChangeset
for help on using the changeset viewer.