Declaration

func copyReadText(_ line: UnsafePointer<CChar>!, _ length: Int, _ file: UnsafeMutablePointer<FILE>!, _ endChar: CChar) -> String!

Declaration

NSString *copyReadText(const char *line, size_t length, FILE *file, char endChar);

Declaration

copyReadText(line: str, length: int, file: FILE, endChar: int) -> str

See Also

Text and Keys