repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mediamtx: 1.9.2 -> 1.9.3 (#352624)
[NixPkgs.git]
/
pkgs
/
test
/
cc-wrapper
/
nostdinc-main.c
blob
f71d155b1b278de7fc9f4c4b5b10e6f03a96d445
1
// This one should not come from libc because of -nostdinc
2
#include <stdio.h>
3
4
int
main
(
int
argc
,
char
*
argv
[]) {
5
// provided by our own stdio.h
6
foo
();
7
return
0
;
8
}