integrate CMake build procedure for tools/phonon

This commit is contained in:
Axel Kohlmeyer
2023-04-29 02:59:04 -04:00
parent 41a0196874
commit 478058119b
34 changed files with 1260 additions and 591 deletions

View File

@ -1,8 +1,8 @@
#include "stdio.h"
#include "stdlib.h"
#include "string.h"
#include "memory.h"
#include <cstdio>
#include <cstdlib>
/* ----------------------------------------------------------------------
safe malloc
------------------------------------------------------------------------- */