X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:to:cc:subject; q=dns; s= default; b=sIRHqElZFKvAKmmazzNvRU5zI1jQtHE8uzZkJusGoO1BIVuOAowKP 0tyglFdMV59fIZaciqmQRwKA1YKoyjPm8dznbLRm38bnJLdvI+rgwUBfuGvh1ai5 kFNB4ioJOjW4KIVwJIeIaUh2cGWe6Q60ftHvmj8SsdEmcyXaIgF/40= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:to:cc:subject; s=default; bh=e1v8eGVBolkF6UxptkjtWnSXtL0=; b=K9NTCKZC6cvZz0kOfmXsSJlH3nMf kkyyjf8pMl6HVw68zbUR2bGVyknd/v2YNYdBQ7L0pUsUC1DdA9uUGZ2ozHiEO5Ig qsC6fhshPW9ZsWv0Ley5oRe6BS7s/sm7U3UXmKOBXhYOYu6NxDOKu6ZrsFuiqZh5 HS5sqgd2j8OAwSs= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <20130404000606.1708@binki> Date: Thu, 04 Apr 2013 00:06:06 +0900 From: wynfield AT gmail DOT com To: cc: Subject: direct interface to win32 api for char output This will be done in assembly language and I'd prefer not to have to resort to directly using windows or bios interrupts. I would like build a very tiny program and I want to skip linking the c library to this little program. Doing so would bloat it up to about 225times larger than it would be otherwise. All I need to know is the name of which win32 api (include file + object files) handles output character and the name of the win32 api (include file + object files) that handles print character to the terminal. Very simple. Thanks -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple