File DynArray.c

FileList > core > DynArray.c

Go to the source code of this file

  • #include "DynArray.h"
  • #include <string.h>
  • #include <stdlib.h>

Public Functions

Type Name
void DestoryVector (void * vector)
void * VectorClear (void * vector)
void * VectorInit (unsigned int itemSize)
void * VectorPop (void * vector)
void * VectorPush (void * vector, void * item)
void * VectorResize (void * vector, unsigned int size)
void * VectorTop (void * vector)

Public Functions Documentation

function DestoryVector

void DestoryVector (
    void * vector
) 

function VectorClear

void * VectorClear (
    void * vector
) 

function VectorInit

void * VectorInit (
    unsigned int itemSize
) 

function VectorPop

void * VectorPop (
    void * vector
) 

function VectorPush

void * VectorPush (
    void * vector,
    void * item
) 

function VectorResize

void * VectorResize (
    void * vector,
    unsigned int size
) 

function VectorTop

void * VectorTop (
    void * vector
) 


The documentation for this class was generated from the following file /home/runner/work/2DFarmingRPG/2DFarmingRPG/Stardew/engine/src/core/DynArray.c