Separate the new P functions from the new P behavior in the docs.

Bug: N/A
Test: N/A
Change-Id: If3810a1e4d3ab2a5bd5f83a1ab6bbcc1a729f685
This commit is contained in:
Elliott Hughes 2018-03-01 15:43:37 -08:00
parent 48b688b1b1
commit 61c169e5db

View file

@ -53,6 +53,8 @@ New libc functions in P:
* <spawn.h>
* `swab`
* `syncfs`
New libc behavior in P:
* `%C` and `%S` support in the printf family (previously only the wprintf family supported these)
* `%mc`/`%ms`/`%m[` support in the scanf family
* `%s` support in strptime (strftime already supported it)