12 lines
No EOL
131 B
C
12 lines
No EOL
131 B
C
#pragma once
|
|
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <malloc.h>
|
|
|
|
#include <3ds.h>
|
|
|
|
#include "font.h"
|
|
|
|
|
|
int inputIP(void); |