9 lines
163 B
C++
9 lines
163 B
C++
// The following are dummy implementations that saturate linkage
|
|
|
|
#include "Stream.h"
|
|
|
|
long
|
|
Stream::parseInt(LookaheadMode lookahead, char ignore) {
|
|
return 0;
|
|
}
|