a
This commit is contained in:
11
libc/runefmtstr.c
Normal file
11
libc/runefmtstr.c
Normal file
@ -0,0 +1,11 @@
|
||||
#include <u.h>
|
||||
#include <libc.h>
|
||||
|
||||
Rune*
|
||||
runefmtstrflush(Fmt *f)
|
||||
{
|
||||
if(f->start == nil)
|
||||
return nil;
|
||||
*(Rune*)f->to = '\0';
|
||||
return f->start;
|
||||
}
|
Reference in New Issue
Block a user