Hi list! I'm wondering how do you guys use to do when you need to return a pointer to a pointer from within a function? if I use local storage it get's swept out during function's return. I've though on pushing $0 onto the stack after or before such a function's arguments, so I could either store on it during this function's execution and then moving it to eax at it's end so it will be visible Any hints or comments? Thanks. ____________________________________________________________________________________ Be a better Globetrotter. Get better travel answers from someone who knows. Yahoo! Answers - Check it out. http://answers.yahoo.com/dir/?link=list&sid=396545469 - To unsubscribe from this list: send the line "unsubscribe linux-assembly" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
- Follow-Ups:
- Re: how to return a pointer to pointer
- From: Robert Plantz
- Re: how to return a pointer to pointer
- Prev by Date: Re: sources of linux 'system call'
- Next by Date: Re: how to return a pointer to pointer
- Previous by thread: getting at raw command line
- Next by thread: Re: how to return a pointer to pointer
- Index(es):