diff options
Diffstat (limited to 'include/bio.h')
| -rw-r--r-- | include/bio.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/bio.h b/include/bio.h index 775b3e7b..b4e552d8 100644 --- a/include/bio.h +++ b/include/bio.h @@ -71,3 +71,5 @@ int Bterm(Biobuf*); int Bungetc(Biobuf*); int Bungetrune(Biobuf*); long Bwrite(Biobuf*, void*, long); + +#pragma varargck argpos Bprint 2 |
