Declaration

func writeKeyValueInt(_ file: UnsafeMutablePointer<FILE>, _ key: UnsafePointer<CChar>, _ Value: Int32) -> Bool

Declaration

BOOL writeKeyValueInt(FILE *file, const char *key, int Value);

Declaration

writeKeyValueInt(file: FILE, key: str, Value: int) -> bool

See Also

Numbers and Data