Skip to content

Instantly share code, notes, and snippets.

@slwoshou
slwoshou / gist:1197cb5a583add6cddd9db9463421225
Created January 31, 2026 13:55
GTK4 banking app project
#include <gtk/gtk.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#define MAX_CLIENTS 100
#define MAX_COMPTES 500
typedef struct {