repo.or.cz
/
openal-soft.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use kAudioObjectPropertyElementMaster on macOS for compatibility
[openal-soft.git]
/
fmt-11.0.2
/
test
/
find-package-test
/
main.cc
blob
911e0e8d1a74712f171b0fea1b5ef5057c71516a
1
#include
"fmt/format.h"
2
3
int
main
(
int
argc
,
char
**
argv
) {
4
for
(
int
i
=
0
;
i
<
argc
; ++
i
)
fmt
::
print
(
"{}: {}
\n
"
,
i
,
argv
[
i
]);
5
}