Wrapper function: Difference between revisions

Content deleted Content added
Cuinnton (talk | contribs)
m Added This article is about as I was confused where the graphics wrapping was.
Line 1:
{{About|programming structure|wrapping in graphics|Wrapping (graphics)}}
 
A '''wrapper function''' is a [[subroutine]] in a [[Library (computing)|software library]] or a [[computer program]] whose main purpose is to call a second subroutine<ref>{{cite book |title=Using Visual Basic 6 |last=Reselman |first=Bob |author2=Peasley, Richard |author3=Pruchniak, Wayne |year=1998 |publisher=Que |isbn=9780789716330 |page=446 |url=https://books.google.com/books?id=X5ZQAAAAMAAJ&client=firefox-a&pgis=1 }}</ref> or a [[system call]] with little or no additional computation.