ab4bc8a24e
Move some of the RHEL QE testcases upstream to Fedora.
10 lines
141 B
C
10 lines
141 B
C
#include <arpa/inet.h>
|
|
#include <stdlib.h>
|
|
|
|
int main(void)
|
|
{
|
|
uint16_t portnbr=0;
|
|
uint16_t n_portnbr = htons(portnbr);
|
|
exit(0);
|
|
}
|