commit 364bc03bc2809d604145ac7d3776067c05fe684a from: jrmu date: Wed Feb 4 06:11:18 2026 UTC Remove MAXLINE reference commit - 728057b6e3a64a5bf4be7974b33e779def3750b0 commit + 364bc03bc2809d604145ac7d3776067c05fe684a blob - 96ab4ba2b480274348292e36ff1759dc0f6a29b5 blob + e8832dafddeef3d455bff52286525be034509424 --- 2-7.c +++ 2-7.c @@ -5,8 +5,6 @@ #include -#define MAXLINE 1000 /* maximum input line size */ - unsigned getbits(unsigned x, int p, int n); unsigned setbits(unsigned x, int p, int n, unsigned y); unsigned invert(unsigned x, int p, int n);