diff --git a/documentation.html b/documentation.html index 5ed7daf..2b2443d 100644 --- a/documentation.html +++ b/documentation.html @@ -16,6 +16,7 @@
  • Structures
  • Types
  • Unions
  • +
  • Variables

  • Enumerations

    @@ -37,6 +38,7 @@

    Functions

    +

    calloc()

    +

    +

    Syntax

    +
    +if((node
    +calloc(
    +    sizeof(mxml_node_t))) NULL);
    +
    +

    Arguments

    +

    + + + +
    NameDescription
    NULL

    +

    Returns

    +

    mxmlAdd()

    Add a node to a tree. @@ -683,6 +702,22 @@ mxmlWalkPrev(

    Returns

    Previous node or NULL

    +

    realloc()

    +

    Current buffer size

    +

    Syntax

    +
    +if((newbuffer
    +realloc(
    +    buffer, *bufsize)) NULL);
    +
    +

    Arguments

    +

    + + + +
    NameDescription
    NULL

    +

    Returns

    +

    Increase the size of the buffer...


    Structures