added qse_cut_openstdwithmmgr()
This commit is contained in:
@ -33,6 +33,11 @@ struct xtn_t
|
||||
typedef struct xtn_t xtn_t;
|
||||
|
||||
qse_cut_t* qse_cut_openstd (qse_size_t xtnsize)
|
||||
{
|
||||
return qse_cut_openstdwithmmgr (QSE_MMGR_GETDFL(), xtnsize);
|
||||
}
|
||||
|
||||
qse_cut_t* qse_cut_openstdwithmmgr (qse_mmgr_t* mmgr, qse_size_t xtnsize)
|
||||
{
|
||||
qse_cut_t* cut;
|
||||
xtn_t* xtn;
|
||||
|
Reference in New Issue
Block a user