mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
5 lines
116 B
C
5 lines
116 B
C
#include <stdarg.h>
|
|
#include <stdio.h>
|
|
#include <stdbool.h>
|
|
|
|
extern int numberOfTrues(int count, va_list arguments); |