Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
8cbc68a1
Kaydet (Commit)
8cbc68a1
authored
Ock 22, 2007
tarafından
Oliver Bolte
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
INTEGRATION: CWS native76 (1.3.12); FILE MERGED
2007/01/11 06:25:28 lla 1.3.12.1: #i72675# warning free test code
üst
1f7d1607
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
4 deletions
+12
-4
test_string.cxx
testshl2/workben/test_string.cxx
+12
-4
No files found.
testshl2/workben/test_string.cxx
Dosyayı görüntüle @
8cbc68a1
...
...
@@ -4,9 +4,9 @@
*
* $RCSfile: test_string.cxx,v $
*
* $Revision: 1.
3
$
* $Revision: 1.
4
$
*
* last change: $Author: obo $ $Date: 200
6-09-17 03:48:50
$
* last change: $Author: obo $ $Date: 200
7-01-22 14:37:52
$
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
...
...
@@ -105,9 +105,9 @@ bool isInCurrentEnvironment(std::string const& _sString)
// ----------------------------------- Main -----------------------------------
#if (defined UNX) || (defined OS2)
int
main
(
int
argc
,
char
*
argv
[]
)
int
main
(
int
/* argc */
,
char
*
/* argv */
[]
)
#else
int
_cdecl
main
(
int
argc
,
char
*
argv
[]
)
int
_cdecl
main
(
int
/* argc */
,
char
*
/* argv */
[]
)
#endif
{
string
sLine1
=
"osl_Socket.ctor.ctors_001"
;
...
...
@@ -135,4 +135,12 @@ int _cdecl main( int argc, char* argv[] )
}
// cout << "rest string: " << sRest << endl;
int
nCount
=
10
;
do
{
cout
<<
nCount
<<
endl
;
nCount
--
;
}
while
(
nCount
>=
0
);
cout
<<
nCount
<<
endl
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment