c - Taking input without using libc -
how take input or print output without using libc? can utilize scheme calls, didn't know if help.
there no platform-independent way this. in fact, whole point of having libc
have mutual interface set of functionality systems provide, in fundamentally different ways.
your best alternative consult documentation whatever scheme using. os's set of interrupts , seek using asm
keyword write assembly instructions tell os read input or display output. libraries provided os doing input , output on file descriptors, utilize functions instead. or, @ process creation libraries, spawn off process read or write info console, sec programme uses libc
. none of these guaranteed @ portable, though.
hope helps!
c
No comments:
Post a Comment