http://www.youtube.com/user/AltComp126/videos
http://www.youtube.com/user/AltComp126/videos
http://www.youtube.com/user/AltComp126/videos
http://www.youtube.com/user/AltComp126/videos
http://youtube.com/subscription_center?add_user=AltComp126
http://youtube.com/subscription_center?add_user=AltComp126
http://youtube.com/subscription_center?add_user=AltComp126
http://youtube.com/subscription_center?add_user=AltComp126
ASCII_TypedStringStruct * OPCODE__Compiler_SimpleTextFile_getTypedString(FILE *srcfilehandle, unsigned long fileOffset)
{
ASCII_TypedStringStruct *toRet;
unsigned long codeElementType=0;
unsigned long lenstr=0;
//Try to allocate memory for our typed string structure.
//If it fails, just return with a NULL pointer:
///
toRet=malloc(sizeof(ASCII_TypedStringStruct));
if(toRet!=NULL){
memset(toRet,0,sizeof(ASCII_TypedStringStruct));
}return toRet;
}
-
This reply was modified 8 years, 1 month ago by
UDocProject.