SFF++ library: reading and writing SFF from C++

◆ test_internals()

void test_internals ( )

Definition at line 50 of file sfftest.cc.

Referenced by main().

51 {
52  cout << "test internals\n"
53  << "--------------\n" << endl;
54  cout << "sizeof(sff::WID2): " << sizeof(sff::WID2) << endl;
55 } // void test_internals()
Waveform Header.
Definition: sffxx.h:209
Here is the caller graph for this function: