Re: Binary

1998-09-03 Thread James
On Tue, 1 Sep 1998, Josh Muckley wrote: -You need to find the pinouts of the parallel port and then just -connect a led from a data line to a ground line. There are three -differant types of lines in your p-port. The first and most important -is DATA (out), the second is STATUS (in) and the

memcpy_tofs ?

1998-09-03 Thread SookYoung Kim
Could you someone tell me what memcpy_tofs is and how I use that function ? when I tried to see that function by using the following command, I didn't find any information of it. man memcpy_tofs no manual entry for memcpy_tofs Please, help meI'm waiting for your answer...

Re: memcpy_tofs ?

1998-09-03 Thread Glynn Clements
SookYoung Kim wrote: Could you someone tell me what memcpy_tofs is and how I use that function ? It's defined in asm-arch/segment.h. On i386, it's a macro which is defined as: #define memcpy_tofs(to, from, n) \ (__builtin_constant_p(n) ? \ __constant_memcpy_tofs((to),(from),(n)) : \