From 376594ac1d65cbb31165f5a74775d624c3fd2981 Mon Sep 17 00:00:00 2001 From: "admin@progandy.co.cc" Date: Mon, 13 Sep 2010 18:11:13 +0000 Subject: - added basic html conversion for receiving (maybe a bit too powerful) - some bugfixes git-svn-id: http://mirotr.googlecode.com/svn/trunk@12 eced67a3-f377-a0ae-92ae-d6de1850b05a --- ekhtml/docs/html/structekhtml__string__t.html | 33 +++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 ekhtml/docs/html/structekhtml__string__t.html (limited to 'ekhtml/docs/html/structekhtml__string__t.html') diff --git a/ekhtml/docs/html/structekhtml__string__t.html b/ekhtml/docs/html/structekhtml__string__t.html new file mode 100644 index 0000000..5d67d8c --- /dev/null +++ b/ekhtml/docs/html/structekhtml__string__t.html @@ -0,0 +1,33 @@ + +
+ [El-Kabong Home] +
+ +
+Main Page   Compound List   File List   Compound Members   File Members  
+

ekhtml_string_t Struct Reference

A string object, which is not NUL terminated. +More... +

+List of all members. + + + + + +

Public Attributes

+const char * str
 Actual string data.

+size_t len
 Length of the data in `str`.

+


Detailed Description

+A string object, which is not NUL terminated. +

+For speed reasons, El-Kabong does not deal with zero-terminated strings. +

+


The documentation for this struct was generated from the following file: +
Generated on Sun Nov 10 15:54:34 2002 for ekhtml by + +doxygen1.2.14 written by Dimitri van Heesch, + © 1997-2002
+ + -- cgit v1.2.3