Skip to content

Instantly share code, notes, and snippets.

View GestaltEngine's full-sized avatar

Chingiz Sabdenov GestaltEngine

View GitHub Profile
@GestaltEngine
GestaltEngine / box.c
Created November 12, 2021 02:38
Changes rendering of fractions
/* equation boxes */
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "eqn.h"
struct box *box_alloc(int szreg, int pre, int style)
{
struct box *box = malloc(sizeof(*box));