This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Prihlásiť sa
8516
/
Test
Pridať medzi pozorované
1
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Branch:
master
Branche
Tagy
master
Test
/
EVSE
/
GPL
/
cmake-3.11.0
/
Tests
/
CompileFeatures
/
cxx_nullptr.cpp
cxx_nullptr.cpp
68 B
Permanentný odkaz
História
Raw
1
2
3
4
5
6
7
8
9
void someFunc(int*)
{
}
void otherFunc()
{
someFunc(nullptr);
}