Discussion:
[9fans] APE: lib/ap/gen/mbwc.c
(too old to reply)
Jeff Sickel
2013-05-15 17:42:47 UTC
Permalink
Does anyone know why this one outlier mbwc.c is in libap.a?
It brings in libutf dependencies to ap. Lib regexp does use
it, and stdlib.h does bring in the signatures w/o bringing
in utf.h to add the lib.

-jas
Charles Forsyth
2013-05-15 20:10:47 UTC
Permalink
Post by Jeff Sickel
Does anyone know why this one outlier mbwc.c is in libap.a?
It's in ANSI's <stdlib.h>, but if mbwc.c includes <utf.h> that should bring
in libutf in when mb* functions are called.

Loading...