Server 0.0.1
HTTP/REST server implementation

src/cbuf/get_write.c

Go to the documentation of this file.
00001 
00023 #include "cbuf.h"
00024 
00025 char *
00026 cbufGetWrite(Cbuf this)
00027 {
00028         return this->data + this->write;
00029 }
00030 
00031 // vim: set ts=4 sw=4:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines