@@ -1,6 +1,8 @@
#include "lua.h"
#include "lua/lua.hpp"
#include "ascii.h"
#include <SDL3/SDL.h>
#include <math.h>
void reverse(char* str, int len) {
int i = 0, j = len - 1, temp;
The note is not visible to the blocked user.