13 lines
No EOL
230 B
C
13 lines
No EOL
230 B
C
#include <stdlib.h>
|
|
#include <stdint.h>
|
|
#include <stdio.h>
|
|
#include <stdbool.h>
|
|
#include <string.h>
|
|
#include <sys/types.h>
|
|
#include <unistd.h>
|
|
#include <time.h>
|
|
#include <error.h>
|
|
|
|
int main(int argc, char *argv[]){
|
|
return 1;
|
|
} |