header foo

This commit is contained in:
user
2026-02-17 16:28:36 +01:00
parent b5df4139dd
commit f11c9d02c8
21 changed files with 17 additions and 2 deletions

1
libsys/build/libc.d Normal file
View File

@@ -0,0 +1 @@
build/libc.o: libc.cc libc.h types.h

BIN
libsys/build/libc.o Normal file

Binary file not shown.

BIN
libsys/build/libsys.a Normal file

Binary file not shown.

View File

@@ -0,0 +1,2 @@
build/outputstream.o: outputstream.cc outputstream.h stringbuffer.h \
types.h

BIN
libsys/build/outputstream.o Normal file

Binary file not shown.

1
libsys/build/string.d Normal file
View File

@@ -0,0 +1 @@
build/string.o: string.cc string.h types.h

BIN
libsys/build/string.o Normal file

Binary file not shown.

View File

@@ -0,0 +1 @@
build/stringbuffer.o: stringbuffer.cc stringbuffer.h types.h

BIN
libsys/build/stringbuffer.o Normal file

Binary file not shown.

2
libsys/build/stub.asm.d Normal file
View File

@@ -0,0 +1,2 @@
build/stub.asm.o : stub.asm

BIN
libsys/build/stub.asm.o Normal file

Binary file not shown.