Mercurial > msvpvf
comparison src/main.c @ 48:652343b56a60
Remove the need for <inttypes.h> and <stdbool.h>
| author | Paper <mrpapersonic@gmail.com> |
|---|---|
| date | Sun, 22 May 2022 00:08:10 -0400 |
| parents | 7cb4ca7cf257 |
| children | fcd4b9fe957b |
comparison
equal
deleted
inserted
replaced
| 47:7cb4ca7cf257 | 48:652343b56a60 |
|---|---|
| 1 #include <inttypes.h> | |
| 2 #include <stdbool.h> | |
| 3 #include <stdio.h> | 1 #include <stdio.h> |
| 4 #include <stdlib.h> | 2 #include <stdlib.h> |
| 5 #include <string.h> | 3 #include <string.h> |
| 6 #include <unistd.h> | 4 #include <unistd.h> |
| 7 #include <getopt.h> | 5 #include <getopt.h> |
