File: utils.ads

package info (click to toggle)
dbusada 0.6.3-2.1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 748 kB
  • sloc: ada: 5,892; ansic: 98; makefile: 81; sh: 47
file content (8 lines) | stat: -rw-r--r-- 208 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
package Utils is

   function Read_Line_From_File (Filename : String) return String;
   --  Return first text line read from the file given by Filename.

   Open_File_Error, IO_Error : exception;

end Utils;