bio.h: add varargck argpos pragma for Berror

front
ftrvxmtrx 2014-05-03 11:46:01 +02:00
parent 19cdd8c4b9
commit 462f1d0688
1 changed files with 1 additions and 0 deletions

View File

@ -75,3 +75,4 @@ void Blethal(Biobufhdr*, void(*)(char*));
void Berror(Biobufhdr*, char*, ...);
#pragma varargck argpos Bprint 2
#pragma varargck argpos Berror 2