파일 내용에서 똑 같은 행이 2개 이상 연달아 있으면 중복된 라인을 제거해서 한 개씩만 표준 출력하는 C언어 프로그램입니다. 테스트로 사용한 uniq.txt 파일은 다음과 같습니다. Get Get a string from a stream. a stream. a stream. Get a string from a stream. 실행된 결과는 다음과 같습니다. C언어 코드 #define _CRT_SECURE_NO_WARNINGS // Visual Studio #include #include #define TRUE1 #define FALSE0 #define LEN200 #define swap(a,b){ char *temp; temp=a; a=b; b=temp; } int main() { char buffer1[..