wpaul 2004/01/19 11:21:25 PST
FreeBSD src repository
Modified files:
sys/compat/ndis subr_ntoskrnl.c
Log:
Implement atoi() and atol(). Some drivers appear to need these. Note
that like most C library routines, these appear to be _cdecl in Windows.
Revision Changes Path
1.18 +18 -0 src/sys/compat/ndis/subr_ntoskrnl.c