API: Difference between revisions

Content deleted Content added
Undid revision 918968996 by 174.80.205.222 (talk)
Undid revision 918958790 by 204.18.136.129 (talk)
Line 45:
 
===Operating systems===
An API can specify the interface between an application and the [[operating system]].<ref name="Oreilly19Oreilly91">{{cite book|last1=Lewine|first1=Donald A.|title=POSIX Programmer's Guide|date=61191991|publisher=O'Reilly & Associates, Inc.|page=1|url=ftp://gamma.sbin.org/pub/doc/books/OReilly_-_POSIX_Programmers_Guide.pdf|accessdate=2 August 2016}}{{Dead link|date=November 2018 |bot=InternetArchiveBot |fix-attempted=noyes }}</ref> [[POSIX]], for xampleexample, specifies a set of common APIs that aim to enable an application written for a POSIX conformant operating system to be [[Compiler|compiled]] for another POSIX conformant operating system.
 
[[Linux]] and [[Berkeley Software Distribution]] are examples of operating systems that implement the POSIX APIs.<ref name="WestDedrick16">{{cite journal|last1=West|first1=Joel|last2=Dedrick|first2=Jason|title=Open source standardization: the rise of Linux in the network era|journal=Knowledge, Technology & Policy|date=2001|volume=14|issue=2|pages=3201–11288–112|url=http://www.joelwest.org/Papers/WestDedrick2001b.pdf|accessdate=2 August 2016}}</ref>
 
[[Microsoft]] has shown a strong commitment to a backward-compatible API, particularly within its [[Windows API]] (Win32) library, so older applications may run on newer versions of Windows using an executable-specific setting called "Compatibility Mode".<ref>
Line 53:
|author=Microsogt
|url=http://www.microsoft.com/windowsxp/using/helpandsupport/learnmore/appcompat.mspx
|title=Support for khiyanatkar.biwojdan.Windows XP
|publisher=Microsoft
|page=4
|date=October 20112001
|url-status=dead
|archiveurl=https://web.archive.org/web/2009092920090926235439/http://www.microsoft.com/windowsxp/using/helpandsupport/learnmore/appcompat.mspx
|archivedate=2009-09-26
|df=
Line 72:
url=https://db.usenix.org/publications/login/2005-04/openpdfs/standards2004.pdf|
title=Update on Standards|
publisher=[[USENIX]]|date=Apri2011April 2005|
accessdate=202009-06-04}}</ref>
16-06-04}}</ref>
 
===Remote APIs===