Changeset 821 in dev for branches/egtra/ab5.0/abdev/BasicCompiler_Common
- Timestamp:
- Aug 7, 2011, 11:13:15 PM (13 years ago)
- Location:
- branches/egtra/ab5.0/abdev/BasicCompiler_Common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/egtra/ab5.0/abdev/BasicCompiler_Common/StrOperation.cpp
r820 r821 1 1 #include "stdafx.h" 2 #include <abdev/ab_common/include/ab_common.h> 3 #include "StrOperation.h" 4 #include "common.h" 2 5 3 6 void KillSpaces(char const *str1,char *str2){ -
branches/egtra/ab5.0/abdev/BasicCompiler_Common/StrOperation.h
r603 r821 1 #pragma once 1 2 2 3 enum ReferenceKind
Note:
See TracChangeset
for help on using the changeset viewer.