lang-bootstrap/05/main.c
2022-02-15 16:36:52 -05:00

16 lines
209 B
C

#define _STDLIB_DEBUG
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <stddef.h>
#include <ctype.h>
typedef struct {
int x;
long y;
} S;
int main(int argc, char **argv) {
return 0;
}