commit 9b3b913080a6e877f3ae5e2112b8c625a242960a
parent 903eff249e642c3d51bc5dd86d03784338d2d24d
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date: Wed, 1 Jul 2026 14:51:30 -0300
bib: added bib
Diffstat:
1 file changed, 11 insertions(+), 0 deletions(-)
diff --git a/.config/bib/references.bib b/.config/bib/references.bib
@@ -1971,3 +1971,14 @@
author = "Hastie T. Chambers J. M.",
year = "1992",
}
+
+@Book{stevens2013,
+ title = "Advanced Programming in the {UNIX} Environment, 3rd Edition",
+ author = "W. Richard {Rago, Stephen A.; Stevens}",
+ publisher = "Addison-Wesley Professional",
+ year = "2013",
+ series = "Addison-Wesley professional computing series",
+ edition = "3ed.",
+ URL = "https://www.informit.com/store/advanced-programming-in-the-unix-environment-9780321637734?ranMID=24808",
+ alias = "APUE",
+}