Switch to unified view
a/src/common/textsplit.cpp | b/src/common/textsplit.cpp | ||
---|---|---|---|
... |
... |
||
835 | return u8stringToStrings<vector<string> >(s, tokens); |
835 | return u8stringToStrings<vector<string> >(s, tokens); |
836 | } |
836 | } |
837 | 837 | ||
838 | #else // TEST driver -> |
838 | #else // TEST driver -> |
839 | 839 | ||
840 | #include <stdio.h> |
||
841 | #include <stdlib.h> |
||
840 | #include <unistd.h> |
842 | #include <unistd.h> |
841 | #include <errno.h> |
843 | #include <errno.h> |
842 | #include <fcntl.h> |
844 | #include <fcntl.h> |
843 | #include <stdio.h> |
845 | #include <string.h> |
844 | 846 | ||
845 | #include <iostream> |
847 | #include <iostream> |
846 | 848 | ||
847 | #include "textsplit.h" |
849 | #include "textsplit.h" |
848 | #include "readfile.h" |
850 | #include "readfile.h" |