diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-07-06 00:56:19 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-07-06 00:56:27 +0200 |
| commit | 36ff7d81432308ba430414180c0ab7a41af228ba (patch) | |
| tree | ec95f9797ec51047462a1aab8146688e8508dff2 /handler.c | |
| parent | 640210a7f6f527c24924e95c51c5665b3cd76d03 (diff) | |
| download | slcl-36ff7d81432308ba430414180c0ab7a41af228ba.tar.gz | |
main.c: Use ISO C99-compatible declaration for main
C99 ยง5.1.2.2.1 only defines the following declarations for main:
- int main(void)
- int main(int argc, char *argv[])
While the use of equivalent types (e.g.: char **argv) is allowed, const
char ** would not be considered equivalent, and thus an invalid
declaration depending on the implementation.
Diffstat (limited to 'handler.c')
0 files changed, 0 insertions, 0 deletions
