]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/doc/fastbuf.txt
hashtable: Documented HASH_TABLE_VARS.
[libucw.git] / ucw / doc / fastbuf.txt
index c77642a93ae20de3760f331bf0fa3985c8e1a39c..d94fffe90cf44cef4cf9f12024d7f7e1acbb8ba0 100644 (file)
@@ -13,8 +13,8 @@ Once you have a fastbuf, you can access it by fuctions similar to those of
 formatted operations.
 
 Please keep in mind that fastbufs do not allow arbitrary mixing of reads and
-writes on the same stream. If you need to mix them, you have to call bflush()
-inbetween and remember that the file position reported by btell() points after
+writes on the same stream. If you need to mix them, you have to call @bflush()
+inbetween and remember that the file position reported by @btell() points after
 the flushed buffer, which is not necessarily the same as after the data you've
 really read.
 
@@ -60,4 +60,4 @@ Invalid codes are replaced by `UNI_REPLACEMENT` when reading.
 ucw/ff-binary.h
 ---------------
 
-Reading and writing of binary values.
+!!ucw/ff-binary.h