mirror of
https://github.com/Noratrieb/calculator.git
synced 2026-01-14 13:45:03 +01:00
no string functions needed!
This commit is contained in:
parent
4ccafebc02
commit
6ec21e838e
1 changed files with 0 additions and 1 deletions
1
calc.c
1
calc.c
|
|
@ -1,7 +1,6 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue