Skip to content

Commit 183cc0b

Browse files
committed
added missing header
1 parent b93be3f commit 183cc0b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

0x0A-argc_argv/3-mul.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#include "main.h"
22
#include <stdio.h>
3+
#include <stdlib.h>
34

45
/**
56
* main - start of program

0 commit comments

Comments
 (0)