Tweaked output callbacks to match 'puts' signature
This commit is contained in:
@@ -5,9 +5,10 @@
|
||||
|
||||
int counter = 0;
|
||||
|
||||
void counterCallback(const char* msg) {
|
||||
int counterCallback(const char* msg) {
|
||||
(void)msg;
|
||||
counter++;
|
||||
return 0;
|
||||
}
|
||||
|
||||
int test_callbacks(void) {
|
||||
|
||||
Reference in New Issue
Block a user