DEBSOURCES
Skip Quicknav
sources / bobcat / 6.11.00-1 / tablebuf / sync.cc
123456789
#include "tablebuf.ih" int TableBuf::sync() { if (d_buffered) nextField(); return 0; }