[haiku-gsoc] Re: Licensing questions

  • From: Vivek Roy <vivekroyandroid@xxxxxxxxx>
  • To: haiku-gsoc@xxxxxxxxxxxxx
  • Date: Sun, 11 Jun 2017 21:55:13 +0530

A bunch of those are C standard library functions (vsnprintf, strtol, etc)
that I imagine Haiku might already implement in the kernel. ppsratecheck
I've never heard of - you might have to implement this one yourself or
figure out what it's being used for and see if we have an equivalent.

vsnprintf is resolved by including stdio.h
strtol and strtoul resolved by including stdlib.h

But strtoq is implemented in /src/system/libroot/posix/stdlib/strtoq.c
I shouldn't need to include files from /src right? Does that mean I have to
get the implementation from FreeBSD?

Other related posts: