Artifact 50d5f8f8b9f759d3f97c58892dfca86df9c254cb5d98d1f1d8813933cb2db6f6:
- File src/OFMutableString.h — part of check-in [e7e8efd297] at 2009-05-18 18:09:08 on branch trunk — More separation for OFString and OFMutableString. (user: js, size: 452) [annotate] [blame] [check-ins using]
/* * Copyright (c) 2008 - 2009 * Jonathan Schleifer <js@webkeks.org> * * All rights reserved. * * This file is part of libobjfw. It may be distributed under the terms of the * Q Public License 1.0, which can be found in the file LICENSE included in * the packaging of this file. */ #include <stdio.h> #include <stdarg.h> #import "OFString.h" /** * A class for storing and modifying strings. */ @interface OFMutableString: OFString @end