Changeset 1247 for libcaca/trunk
- Timestamp:
- Oct 27, 2006, 10:18:23 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/cucul/buffer.c
r1231 r1247 32 32 * Create a \e libcucul buffer that points to the given memory area. The 33 33 * data is not duplicated and any changes made to the original memory area 34 * will appear in the buffer. 34 * will appear in the buffer. If you are importing a string, the 35 * terminating zero must NOT be counted in size. 35 36 * 36 37 * \param data The memory area to load.
Note: See TracChangeset
for help on using the changeset viewer.