propane/parse-input.cc
2010-04-01 17:20:58 -04:00

7 lines
76 B
C++

#include <iostream>
void parse_input(refptr< vector<unichar_t> > ucs)
{
}