Parcourir la source

Renamed ch1 -> ch2

Aaro Saila il y a 2 jours
Parent
commit
88de399152
6 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 0 0
      ch2/TCPEchoClient4.c
  2. 0 0
      ch2/TCPEchoServer4.c
  3. 0 0
      ch2/TCPServerUtility.c
  4. 0 0
      ch2/TCPServerUtility.h
  5. 0 0
      ch2/meson.build
  6. 1 1
      meson.build

+ 0 - 0
ch1/TCPEchoClient4.c → ch2/TCPEchoClient4.c


+ 0 - 0
ch1/TCPEchoServer4.c → ch2/TCPEchoServer4.c


+ 0 - 0
ch1/TCPServerUtility.c → ch2/TCPServerUtility.c


+ 0 - 0
ch1/TCPServerUtility.h → ch2/TCPServerUtility.h


+ 0 - 0
ch1/meson.build → ch2/meson.build


+ 1 - 1
meson.build

@@ -22,4 +22,4 @@ common_include = [
   include_directories('common')
 ]
 
-subdir('ch1')
+subdir('ch2')