1
0

misc junk

This commit is contained in:
dtb 2022-07-19 21:23:16 -04:00
parent 4221781ee6
commit dbbfefb2b4
2 changed files with 0 additions and 13 deletions

View File

@ -1,7 +0,0 @@
/* A similar function appeared in the original ed(1). This was written clean as
* the original is no longer proprietary but now still encumbered by "BSD-like
* licensing" (Wikipedia). */
int
putd(int l, int d){

View File

@ -1,6 +0,0 @@
#include <string.h>
#include "banned.h"
int main(){
int *a, *b;
strcat(a, b);
}