well, at least
Code:
///////////////////////////////
#include <acknex.h>
#include <default.c>

#include <GSVector.h>
///////////////////////////////

function main()
{
	level_load("");
	wait(2);	
	
	var testVec = createGSVector();
	insertIntoGSVector(testVec,1);
	insertIntoGSVector(testVec,2);
	insertIntoGSVector(testVec,3);
	insertIntoGSVector(testVec,4);
	
	int* pos = 0;
	var check = getFromGSVector(testVec, pos);
	diag("GSVectorCheck: ");
	diag(str_for_num(NULL, check));
}

this works smile


1st prize: Lite-C and Newton 2.17 by Vasilenko Vitaliy

Newton2 videos: http://tinyurl.com/NewtonVideos
LiteC+Newton2 discussion: http://tinyurl.com/NewtonWrapperDiscussion
Latest LiteC+Newton2 version(v23, from 29.10.2009): http://depositfiles.com/files/ae1l0tpro