Fix libc copyright notices.

This commit is contained in:
Jonas 'Sortie' Termansen 2012-09-29 00:36:46 +02:00
parent 24c89ec673
commit 6b663d04d2
225 changed files with 2361 additions and 2361 deletions

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
SIG_DFL.cpp SIG_DFL.cpp
Default signal handler. Default signal handler.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
SIG_ERR.cpp SIG_ERR.cpp
Abort on signal. Abort on signal.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
SIG_IGN.cpp SIG_IGN.cpp
Ignore signal. Ignore signal.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2012. Copyright(C) Jonas 'Sortie' Termansen 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
_Exit.cpp _Exit.cpp
Terminates the current process. Terminates the current process.

View File

@ -1,26 +1,26 @@
/****************************************************************************** /*******************************************************************************
Copyright(C) Jonas 'Sortie' Termansen 2012. Copyright(C) Jonas 'Sortie' Termansen 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
more details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
_assert.cpp _assert.cpp
Reports the occurence of an assertion failure. Reports the occurence of an assertion failure.
******************************************************************************/ *******************************************************************************/
#include <assert.h> #include <assert.h>
#include <stdint.h> #include <stdint.h>

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
_exit.cpp _exit.cpp
Terminates the current process. Terminates the current process.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
abort.cpp abort.cpp
Abnormal process termination. Abnormal process termination.

View File

@ -1,21 +1,21 @@
/******************************************************************************* /*******************************************************************************
COPYRIGHT(C) JONAS 'SORTIE' TERMANSEN 2012. Copyright(C) Jonas 'Sortie' Termansen 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
abs.cpp abs.cpp
Allows taking the absolute value of integer types. Allows taking the absolute value of integer types.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
access.cpp access.cpp
Check real user's permissions for a file Check real user's permissions for a file

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011. Copyright(C) Jonas 'Sortie' Termansen 2011.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
atoi.cpp atoi.cpp
Converts integers represented as strings to binary representation. Converts integers represented as strings to binary representation.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011. Copyright(C) Jonas 'Sortie' Termansen 2011.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
atol.cpp atol.cpp
Converts integers represented as strings to binary representation. Converts integers represented as strings to binary representation.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011. Copyright(C) Jonas 'Sortie' Termansen 2011.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
atoll.cpp atoll.cpp
Converts integers represented as strings to binary representation. Converts integers represented as strings to binary representation.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2012. Copyright(C) Jonas 'Sortie' Termansen 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
bsearch.cpp bsearch.cpp
Binary search. Binary search.

View File

@ -1,26 +1,26 @@
/****************************************************************************** /*******************************************************************************
COPYRIGHT(C) JONAS 'SORTIE' TERMANSEN 2011. Copyright(C) Jonas 'Sortie' Termansen 2011.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
more details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
c++.cpp c++.cpp
Implements required C++ stuff for use in the Sortix kernel. Implements required C++ stuff for use in the Sortix kernel.
******************************************************************************/ *******************************************************************************/
#include <stdint.h> #include <stdint.h>

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
calloc.cpp calloc.cpp
Allocates zeroed memory. Allocates zeroed memory.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
chdir.cpp chdir.cpp
Changes the current working directory. Changes the current working directory.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
chmod.cpp chmod.cpp
Changes the mode bits of a file. Changes the mode bits of a file.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
clearerr.cpp clearerr.cpp
Clears the error condition on a FILE. Clears the error condition on a FILE.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
clock.cpp clock.cpp
Determine processor time. Determine processor time.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
close.cpp close.cpp
Closes a file descriptor. Closes a file descriptor.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
ctime.cpp ctime.cpp
Transform date and time. Transform date and time.

View File

@ -1,26 +1,26 @@
/****************************************************************************** /*******************************************************************************
COPYRIGHT(C) JONAS 'SORTIE' TERMANSEN 2011. Copyright(C) Jonas 'Sortie' Termansen 2011.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
more details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
ctype.c ctype.c
Character types. Character types.
******************************************************************************/ *******************************************************************************/
#include <ctype.h> #include <ctype.h>

View File

@ -1,26 +1,26 @@
/****************************************************************************** /*******************************************************************************
COPYRIGHT(C) JONAS 'SORTIE' TERMANSEN 2011. Copyright(C) Jonas 'Sortie' Termansen 2011.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
more details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
dir.c dir.c
DIR* is an interface allowing various directory backends. DIR* is an interface allowing various directory backends.
******************************************************************************/ *******************************************************************************/
#include <sys/types.h> #include <sys/types.h>
#include <errno.h> #include <errno.h>

View File

@ -1,21 +1,21 @@
/******************************************************************************* /*******************************************************************************
COPYRIGHT(C) JONAS 'SORTIE' TERMANSEN 2012. Copyright(C) Jonas 'Sortie' Termansen 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
dlfcn.cpp dlfcn.cpp
Dynamic linking. Dynamic linking.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
dup.cpp dup.cpp
Duplicates a file descriptor. Duplicates a file descriptor.

View File

@ -1,21 +1,21 @@
/******************************************************************************* /*******************************************************************************
COPYRIGHT(C) JONAS 'SORTIE' TERMANSEN 2012. Copyright(C) Jonas 'Sortie' Termansen 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
env.cpp env.cpp
Environmental variables utilities. Environmental variables utilities.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
errno.cpp errno.cpp
Value storing a numeric value representing the last occured error. Value storing a numeric value representing the last occured error.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
errorprint.cpp errorprint.cpp
Functions for printing error messages to the terminal. Functions for printing error messages to the terminal.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
execl.cpp execl.cpp
Loads a process image. Loads a process image.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
execlp.cpp execlp.cpp
Loads a process image. Loads a process image.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
execlp.cpp execlp.cpp
Loads a process image. Loads a process image.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
execv.cpp execv.cpp
Loads a process image. Loads a process image.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
execve.cpp execve.cpp
Loads a process image. Loads a process image.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
execvp.cpp execvp.cpp
Loads a process image. Loads a process image.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
execvpe.cpp execvpe.cpp
Loads a process image. Loads a process image.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
exit.cpp exit.cpp
Terminates the current process. Terminates the current process.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2012. Copyright(C) Jonas 'Sortie' Termansen 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
fabs.cpp fabs.cpp
Absolute value of floating point numbers. Absolute value of floating point numbers.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
fbufsize.cpp fbufsize.cpp
Returns the size of the FILE's buffer. Returns the size of the FILE's buffer.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
fchmod.cpp fchmod.cpp
Changes the mode bits of an open file. Changes the mode bits of an open file.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
fclose.cpp fclose.cpp
Closes and flushes a FILE. Closes and flushes a FILE.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
fcloseall.cpp fcloseall.cpp
Closes and flushes all open registered files. Closes and flushes all open registered files.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
fcntl.cpp fcntl.cpp
Manipulates a file descriptor. Manipulates a file descriptor.

View File

@ -1,26 +1,26 @@
/****************************************************************************** /*******************************************************************************
COPYRIGHT(C) JONAS 'SORTIE' TERMANSEN 2011. Copyright(C) Jonas 'Sortie' Termansen 2011.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
more details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
fddir-sortix.c fddir-sortix.c
Handles the file descriptor backend for the DIR* API on Sortix. Handles the file descriptor backend for the DIR* API on Sortix.
******************************************************************************/ *******************************************************************************/
#include <unistd.h> #include <unistd.h>
#include <fcntl.h> #include <fcntl.h>

View File

@ -1,26 +1,26 @@
/****************************************************************************** /*******************************************************************************
COPYRIGHT(C) JONAS 'SORTIE' TERMANSEN 2011. Copyright(C) Jonas 'Sortie' Termansen 2011.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
more details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
fdio.c fdio.c
Handles the file descriptor backend for the FILE* API. Handles the file descriptor backend for the FILE* API.
******************************************************************************/ *******************************************************************************/
#include <unistd.h> #include <unistd.h>
#include <fcntl.h> #include <fcntl.h>

View File

@ -1,26 +1,26 @@
/****************************************************************************** /*******************************************************************************
COPYRIGHT(C) JONAS 'SORTIE' TERMANSEN 2011. Copyright(C) Jonas 'Sortie' Termansen 2011.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
more details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
fdio.h fdio.h
Handles the file descriptor backend for the FILE* API. Handles the file descriptor backend for the FILE* API.
******************************************************************************/ *******************************************************************************/
#ifndef _FDIO_H #ifndef _FDIO_H
#define _FDIO_H 1 #define _FDIO_H 1

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
feof.cpp feof.cpp
Returns whether the end of file condition is set on a FILE. Returns whether the end of file condition is set on a FILE.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
ferror.cpp ferror.cpp
Returns whether the error condition is set on a FILE. Returns whether the error condition is set on a FILE.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
fflush.cpp fflush.cpp
Flushes a FILE. Flushes a FILE.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
fgetc.cpp fgetc.cpp
Reads a single character from a FILE. Reads a single character from a FILE.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
fgets.cpp fgets.cpp
Reads a string from a FILE. Reads a string from a FILE.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
fileno.cpp fileno.cpp
Returns the underlying file descriptor of a FILE if applicable. Returns the underlying file descriptor of a FILE if applicable.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
flbf.cpp flbf.cpp
Returns whether a FILE is line buffered. Returns whether a FILE is line buffered.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
flushlbf.cpp flushlbf.cpp
Flushes all line buffered registered files. Flushes all line buffered registered files.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
fnewfile.cpp fnewfile.cpp
Allocates and initializes a simple FILE object ready for construction. Allocates and initializes a simple FILE object ready for construction.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
fork.cpp fork.cpp
Create a new task inheriting some properties from the current task. Create a new task inheriting some properties from the current task.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011. Copyright(C) Jonas 'Sortie' Termansen 2011.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
format.cpp format.cpp
Provides printf formatting functions that uses callbacks. Provides printf formatting functions that uses callbacks.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
fpending.cpp fpending.cpp
Returns the number of bytes pending in the output buffer. Returns the number of bytes pending in the output buffer.

View File

@ -1,21 +1,21 @@
/****************************************************************************** /*******************************************************************************
COPYRIGHT(C) JONAS 'SORTIE' TERMANSEN 2012. Copyright(C) Jonas 'Sortie' Termansen 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
fpipe.cpp fpipe.cpp
Provides pipe(2) through the FILE interface. Provides pipe(2) through the FILE interface.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
fpurge.cpp fpurge.cpp
Discards all contents in the FILE's buffer. Discards all contents in the FILE's buffer.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
fputc.cpp fputc.cpp
Writes a character to a FILE. Writes a character to a FILE.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
fputs.cpp fputs.cpp
Writes a string to a FILE. Writes a string to a FILE.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
fread.cpp fread.cpp
Reads data from a FILE. Reads data from a FILE.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
freadable.cpp freadable.cpp
Returns whether this FILE can be read from. Returns whether this FILE can be read from.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
freading.cpp freading.cpp
Returns whether the last operation was a read or FILE is read only. Returns whether the last operation was a read or FILE is read only.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
fregister.cpp fregister.cpp
Registers a FILE in the global list of open FILES, which allows the standard Registers a FILE in the global list of open FILES, which allows the standard

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2012. Copyright(C) Jonas 'Sortie' Termansen 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
fscanf.cpp fscanf.cpp
Input format conversion. Input format conversion.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
fseeko.cpp fseeko.cpp
Changes the current offset in a FILE. Changes the current offset in a FILE.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
fseeko.cpp fseeko.cpp
Changes the current offset in a FILE. Changes the current offset in a FILE.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
fseterr.cpp fseterr.cpp
Sets the error condition bit on a FILE. Sets the error condition bit on a FILE.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
fsetlocking.cpp fsetlocking.cpp
Sets the desired locking semantics on a FILE. Sets the desired locking semantics on a FILE.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
fstat.cpp fstat.cpp
Retrieves status of an open file. Retrieves status of an open file.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
ftell.cpp ftell.cpp
Returns the current offset of a FILE. Returns the current offset of a FILE.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
ftello.cpp ftello.cpp
Returns the current offset of a FILE. Returns the current offset of a FILE.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
ftruncate.cpp ftruncate.cpp
Truncates an open file to a specific size. Truncates an open file to a specific size.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
fwritable.cpp fwritable.cpp
Returns whether this FILE can be written to. Returns whether this FILE can be written to.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
fwrote.cpp fwrote.cpp
Writes data to a FILE. Writes data to a FILE.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
fwriting.cpp fwriting.cpp
Returns whether the last operation was a write or FILE is write only. Returns whether the last operation was a write or FILE is write only.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
getc.cpp getc.cpp
Reads a single character from a FILE. Reads a single character from a FILE.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
getcwd.cpp getcwd.cpp
Returns the current working directory. Returns the current working directory.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
getdelim.cpp getdelim.cpp
Delimited string input. Delimited string input.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
getdtablesize.cpp getdtablesize.cpp
Get descriptor table size. Get descriptor table size.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
getline.cpp getline.cpp
Reads a line from a FILE. Reads a line from a FILE.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
getpagesize.cpp getpagesize.cpp
Returns the size of virtual memory pages. Returns the size of virtual memory pages.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
getpid.cpp getpid.cpp
Get current process id. Get current process id.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
getpid.cpp getpid.cpp
Get parent process id. Get parent process id.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2012. Copyright(C) Jonas 'Sortie' Termansen 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
gettermmode.cpp gettermmode.cpp
Gets the terminal modes. Gets the terminal modes.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
gettimeofday.cpp gettimeofday.cpp
Get date and time. Get date and time.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
gmtime.cpp gmtime.cpp
Transform date and time. Transform date and time.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
gmtime_r.cpp gmtime_r.cpp
Transform date and time. Transform date and time.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2011, 2012. Copyright(C) Jonas 'Sortie' Termansen 2011, 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
heap.cpp heap.cpp
Functions that allocate/free memory from a dynamic memory heap. Functions that allocate/free memory from a dynamic memory heap.

View File

@ -1,26 +1,26 @@
/****************************************************************************** /*******************************************************************************
Copyright(C) Jonas 'Sortie' Termansen 2012. Copyright(C) Jonas 'Sortie' Termansen 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
more details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
assert.h assert.h
Verify program assertion. Verify program assertion.
******************************************************************************/ *******************************************************************************/
#ifndef _ASSERT_H #ifndef _ASSERT_H
#define _ASSERT_H 1 #define _ASSERT_H 1

View File

@ -1,26 +1,26 @@
/****************************************************************************** /*******************************************************************************
COPYRIGHT(C) JONAS 'SORTIE' TERMANSEN 2011. Copyright(C) Jonas 'Sortie' Termansen 2011.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
more details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
ctype.h ctype.h
Character types. Character types.
******************************************************************************/ *******************************************************************************/
/* TODO: POSIX-1.2008 compliance is only partial */ /* TODO: POSIX-1.2008 compliance is only partial */

View File

@ -1,26 +1,26 @@
/****************************************************************************** /*******************************************************************************
COPYRIGHT(C) JONAS 'SORTIE' TERMANSEN 2011. Copyright(C) Jonas 'Sortie' Termansen 2011.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
more details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
dirent.h dirent.h
Format of directory entries. Format of directory entries.
******************************************************************************/ *******************************************************************************/
#ifndef _DIRENT_H #ifndef _DIRENT_H
#define _DIRENT_H 1 #define _DIRENT_H 1

View File

@ -1,21 +1,21 @@
/******************************************************************************* /*******************************************************************************
COPYRIGHT(C) JONAS 'SORTIE' TERMANSEN 2012. Copyright(C) Jonas 'Sortie' Termansen 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
dlfcn.h dlfcn.h
Dynamic linking. Dynamic linking.

View File

@ -1,26 +1,26 @@
/****************************************************************************** /*******************************************************************************
COPYRIGHT(C) JONAS 'SORTIE' TERMANSEN 2011. Copyright(C) Jonas 'Sortie' Termansen 2011.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
more details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
errno.h errno.h
System error numbers. System error numbers.
******************************************************************************/ *******************************************************************************/
#ifndef _ERRNO_H #ifndef _ERRNO_H
#define _ERRNO_H 1 #define _ERRNO_H 1

View File

@ -1,26 +1,26 @@
/****************************************************************************** /*******************************************************************************
COPYRIGHT(C) JONAS 'SORTIE' TERMANSEN 2011. Copyright(C) Jonas 'Sortie' Termansen 2011.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
more details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
error.h error.h
Error reporting functions. Error reporting functions.
******************************************************************************/ *******************************************************************************/
#ifndef _ERROR_H #ifndef _ERROR_H
#define _ERROR_H 1 #define _ERROR_H 1

View File

@ -1,26 +1,26 @@
/****************************************************************************** /*******************************************************************************
COPYRIGHT(C) JONAS 'SORTIE' TERMANSEN 2011. Copyright(C) Jonas 'Sortie' Termansen 2011.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
more details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
fcntl.h fcntl.h
File control options. File control options.
******************************************************************************/ *******************************************************************************/
/* TODO: POSIX-1.2008 compliance is only partial */ /* TODO: POSIX-1.2008 compliance is only partial */

View File

@ -1,26 +1,26 @@
/****************************************************************************** /*******************************************************************************
COPYRIGHT(C) JONAS 'SORTIE' TERMANSEN 2011. Copyright(C) Jonas 'Sortie' Termansen 2011.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
more details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
features.h features.h
Various things for various systems, programs, compabillity, and whatnot. Various things for various systems, programs, compabillity, and whatnot.
******************************************************************************/ *******************************************************************************/
#ifndef _FEATURES_H #ifndef _FEATURES_H
#define _FEATURES_H 1 #define _FEATURES_H 1

View File

@ -1,21 +1,21 @@
/******************************************************************************* /*******************************************************************************
COPYRIGHT(C) JONAS 'SORTIE' TERMANSEN 2012. Copyright(C) Jonas 'Sortie' Termansen 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
inttypes.h inttypes.h
Fixed size integer types. Fixed size integer types.

View File

@ -2,20 +2,20 @@
Copyright(C) Jonas 'Sortie' Termansen 2012. Copyright(C) Jonas 'Sortie' Termansen 2012.
This file is part of LibMaxsi. This file is part of the Sortix C Library.
LibMaxsi is free software: you can redistribute it and/or modify it under The Sortix C Library is free software: you can redistribute it and/or modify
the terms of the GNU Lesser General Public License as published by the Free it under the terms of the GNU Lesser General Public License as published by
Software Foundation, either version 3 of the License, or (at your option) the Free Software Foundation, either version 3 of the License, or (at your
any later version. option) any later version.
LibMaxsi is distributed in the hope that it will be useful, but WITHOUT ANY The Sortix C Library is distributed in the hope that it will be useful, but
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
details. License for more details.
You should have received a copy of the GNU Lesser General Public License You should have received a copy of the GNU Lesser General Public License
along with LibMaxsi. If not, see <http://www.gnu.org/licenses/>. along with the Sortix C Library. If not, see <http://www.gnu.org/licenses/>.
locale.h locale.h
Category macros. Category macros.

Some files were not shown because too many files have changed in this diff Show More