소스 검색

* Documentation a bit clearer while importing a string into a buffer

tags/v0.99.beta14
Jean-Yves Lamoureux jylam 19 년 전
부모
커밋
cde0f991ae
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      cucul/buffer.c

+ 2
- 1
cucul/buffer.c 파일 보기

@@ -31,7 +31,8 @@
*
* Create a \e libcucul buffer that points to the given memory area. The
* data is not duplicated and any changes made to the original memory area
* will appear in the buffer.
* will appear in the buffer. If you are importing a string, the
* terminating zero must NOT be counted in size.
*
* \param data The memory area to load.
* \param size The size of the memory area.


불러오는 중...
취소
저장