Search

Searched defs:getint (Results 1 - 1 of 1) sorted by relevance

/inkscape/
H A Dbuildtool.cpp5336 static int getint(const String str) function in namespace:buildtool
5381 majorVersion = getint(s1);
5382 minorVersion = getint(s2);
5383 microVersion = getint(s3);

Completed in 73 milliseconds