The definitive Wolfram Language and notebook experience
The original technical computing environment
All-in-one AI assistance for your Wolfram experience
More mobile apps
We deliver solutions for the AI era—combining symbolic computation, data-driven insights and deep technical expertise
WolframConsulting.com
More Wolfram Solutions
More Solutions for Education
Courses in computing, science, life and more
Learn, solve problems and share ideas.
News, views and insights from Wolfram
Resources for
void MLDestroyMark(MLINK link,MLMARK mark)
破坏链接中指定的标记.
#include "mathlink.h"/* create a mark in a link, read some data, then back up */void f(MLINK lp){ MLMARK mark; mark = MLCreateMark(lp); if(mark == (MLMARK)0) { /* mark creation failed */ } /* read data from the link */ MLSeekToMark(lp, mark, 0); MLDestroyMark(lp, mark);}
C 函数: MLCreateMark() MLSeekToMark()
1996年引入 (3.0)