corrected some comments...

This commit is contained in:
Leonardo de A. Lima 2024-02-16 15:01:36 -03:00
parent 4079b2cd02
commit 8c41b3111d
3 changed files with 6 additions and 5 deletions

BIN
c_storage

Binary file not shown.

View File

@ -28,12 +28,13 @@
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with this program. If not, see http://www.gnu.org/licenses/.
#
#
#
#
*/
# this code have a lot of educational purposes here my header's includes, necessary to include pre made objects, and funcions.
*/
#include <unistd.h>
#include <sys/types.h>
#include <pwd.h>

BIN
n_storage

Binary file not shown.